#02411B

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

Shades of British Racing Green #02411B

Tints of British Racing Green #02411B

Color information

#02411B (or 0x02411B) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 1B. RGB value is (2,65,27). Sum of RGB (Red+Green+Blue) = 2+65+27=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 65 (25.78% from 255 or 69.15% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 65 - color contains mainly: green. Hex color #02411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02411B is #FDBEE4. Grayscale: #292929. Windows color (decimal): -16629477 or 1786114. OLE color: 1786114.

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

Color convert

RGB26527-
CMYK0.9700.580.75
HSL143.81º94.03%13.14%-
HSV(B)143.81º96.92%25.49%-
XYZ2.113.871.67-
YUV41.83119.6399.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 65 (25.78% from 255) = 69.15%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=2.13%
G=69.15%
B=28.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265270.9700.580.75143.8194.0313.14
Hex2411B6103A4B905ed
Octal21013314107211322013615
Binary101000001110111100001011101010010111001000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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