#02491D

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

Shades of British Racing Green #02491D

Tints of British Racing Green #02491D

Color information

#02491D (or 0x02491D) is unknown color: approx British Racing Green. HEX triplet: 02, 49 and 1D. RGB value is (2,73,29). Sum of RGB (Red+Green+Blue) = 2+73+29=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #02491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02491D is #FDB6E2. Grayscale: #2E2E2E. Windows color (decimal): -16627427 or 1919234. OLE color: 1919234.

HSL color Cylindrical-coordinate representation of color #02491D: hue angle of 142.82º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02491D is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB27329-
CMYK0.9700.600.71
HSL142.82º94.67%14.71%-
HSV(B)142.82º97.26%28.63%-
XYZ2.634.871.96-
YUV46.76117.9896.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 73 (28.91% from 255) = 70.19%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=1.92%
G=70.19%
B=27.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal273290.9700.600.71142.8294.6714.71
Hex2491D6103C478f5ff
Octal21113514107410721713717
Binary101001001111011100001011110010001111000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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