#02411C

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

Shades of British Racing Green #02411C

Tints of British Racing Green #02411C

Color information

#02411C (or 0x02411C) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 1C. RGB value is (2,65,28). Sum of RGB (Red+Green+Blue) = 2+65+28=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #02411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02411C is #FDBEE3. Grayscale: #2A2A2A. Windows color (decimal): -16629476 or 1851650. OLE color: 1851650.

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

Color convert

RGB26528-
CMYK0.9700.570.75
HSL144.76º94.03%13.14%-
HSV(B)144.76º96.92%25.49%-
XYZ2.123.881.74-
YUV41.94120.1399.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 65 (25.78% from 255) = 68.42%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=2.11%
G=68.42%
B=29.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265280.9700.570.75144.7694.0313.14
Hex2411C610394B915ed
Octal21013414107111322113615
Binary101000001111001100001011100110010111001000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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