#07411C

Color #07411C British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #07411C

Tints of British Racing Green #07411C

Color information

#07411C (or 0x07411C) is unknown color: approx British Racing Green. HEX triplet: 07, 41 and 1C. RGB value is (7,65,28). Sum of RGB (Red+Green+Blue) = 7+65+28=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #07411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07411C is #F8BEE3. Grayscale: #2B2B2B. Windows color (decimal): -16301796 or 1851655. OLE color: 1851655.

HSL color Cylindrical-coordinate representation of color #07411C: hue angle of 141.72º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07411C is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB76528-
CMYK0.8900.570.75
HSL141.72º80.56%14.12%-
HSV(B)141.72º89.23%25.49%-
XYZ2.193.911.74-
YUV43.44119.28102.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 7%
GREEN value IS 65 (25.78% from 255) = 65%
BLUE value IS 28 (11.33% from 255) = 28%
R=7%
G=65%
B=28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal765280.8900.570.75141.7280.5614.12
Hex7411C590394B8e51e
Octal71013413107111321612116
Binary1111000001111001011001011100110010111000111010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07411C; }

 p { color: rgb(7,65,28); }

 H1.HeaderClassName
 {
   color: #07411C;
 }
 .AnyTagClassName
 {
   color: #07411C;
 }
</style>
background-color css

<style>
 a { background-color: #07411C; }

 a { background-color: rgb(7,65,28); }

 div.DivClassName
 {
   background-color: #07411C;
 }
 .BgClassName
 {
   background-color: #07411C;
 }
</style>
border-color css

<style>
 span { border-color: #07411C; }

 span { border-color: rgb(7,65,28); }

 td.TdClassName
 {
   border-color: #07411C;
 }
 .TagClassName
 {
   border-color: #07411C;
 }
</style>