#02411F

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

Shades of British Racing Green #02411F

Tints of British Racing Green #02411F

Color information

#02411F (or 0x02411F) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 1F. RGB value is (2,65,31). Sum of RGB (Red+Green+Blue) = 2+65+31=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 65 (25.78% from 255 or 66.33% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 65 - color contains mainly: green. Hex color #02411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02411F is #FDBEE0. Grayscale: #2A2A2A. Windows color (decimal): -16629473 or 2048258. OLE color: 2048258.

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

Color convert

RGB26531-
CMYK0.9700.520.75
HSL147.62º94.03%13.14%-
HSV(B)147.62º96.92%25.49%-
XYZ2.163.891.93-
YUV42.29121.6399.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 65 (25.78% from 255) = 66.33%
BLUE value IS 31 (12.5% from 255) = 31.63%
R=2.04%
G=66.33%
B=31.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265310.9700.520.75147.6294.0313.14
Hex2411F610344B945ed
Octal21013714106411322413615
Binary101000001111111100001011010010010111001010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02411F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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