#02411D

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

Shades of British Racing Green #02411D

Tints of British Racing Green #02411D

Color information

#02411D (or 0x02411D) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 1D. RGB value is (2,65,29). Sum of RGB (Red+Green+Blue) = 2+65+29=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #02411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02411D is #FDBEE2. Grayscale: #2A2A2A. Windows color (decimal): -16629475 or 1917186. OLE color: 1917186.

HSL color Cylindrical-coordinate representation of color #02411D: hue angle of 145.71º 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 #02411D is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB26529-
CMYK0.9700.550.75
HSL145.71º94.03%13.14%-
HSV(B)145.71º96.92%25.49%-
XYZ2.143.881.8-
YUV42.06120.6399.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.08%
GREEN value IS 65 (25.78% from 255) = 67.71%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=2.08%
G=67.71%
B=30.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265290.9700.550.75145.7194.0313.14
Hex2411D610374B925ed
Octal21013514106711322213615
Binary101000001111011100001011011110010111001001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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