#024A1F

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

Shades of British Racing Green #024A1F

Tints of British Racing Green #024A1F

Color information

#024A1F (or 0x024A1F) is unknown color: approx British Racing Green. HEX triplet: 02, 4A and 1F. RGB value is (2,74,31). Sum of RGB (Red+Green+Blue) = 2+74+31=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 74 (29.30% from 255 or 69.16% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 74 - color contains mainly: green. Hex color #024A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A1F is #FDB5E0. Grayscale: #2F2F2F. Windows color (decimal): -16627169 or 2050562. OLE color: 2050562.

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

Color convert

RGB27431-
CMYK0.9700.580.71
HSL144.17º94.74%14.9%-
HSV(B)144.17º97.3%29.02%-
XYZ2.725.012.12-
YUV47.57118.6595.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 74 (29.30% from 255) = 69.16%
BLUE value IS 31 (12.5% from 255) = 28.97%
R=1.87%
G=69.16%
B=28.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal274310.9700.580.71144.1794.7414.9
Hex24A1F6103A47905ff
Octal21123714107210722013717
Binary101001010111111100001011101010001111001000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024A1F; }

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

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

<style>
 a { background-color: #024A1F; }

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

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

<style>
 span { border-color: #024A1F; }

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

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