Html Css Color HEX #024A12 British Racing Green

📋 copy color: '#024A12'

red 2 ◦ green 74 ◦ blue 18

#024A12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #024A12

Tints of British Racing Green #024A12

RGB

 RED value IS 2 (1.17% from 255) = 2.13%

 GREEN value IS 74 (29.3% from 255) = 78.72%

 BLUE value IS 18 (7.42% from 255) = 19.15%

R = 2.13%
G = 78.72%
B = 19.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.71

RGB Variations

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

Color information

#024A12 (or 0x024A12) is known color: British Racing Green. HEX triplet: 02, 4A and 12. RGB value is (2,74,18). Sum of RGB (Red+Green+Blue) = 2+74+18=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 74 (29.30% from 255 or 78.72% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 74 - color contains mainly: green. Hex color #024A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024A12 is #FDB5ED. Grayscale: #2E2E2E. Windows color (decimal): -16627182 or 1198594. OLE color: 1198594.

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

Color convert

RGB 2 74 18 -
CMYK 0.97 0 0.76 0.71
HSL 133.33º 0.95% 0.15% -
HSV(B) 133.33º 0.97% 0.29% -
XYZ 2.58 4.95 1.39 -
YUV 46.09 112.15 96.55 -
System Red Green Blue C M Y K H S L
Decimal 2 74 18 0.97 0 0.76 0.71 133.33 0.95 0.15
Hex 2 4A 12 61 0 4C 47 85 5F F
Octal 2 112 22 141 0 114 107 205 137 17
Binary 10 1001010 10010 1100001 0 1001100 1000111 10000101 1011111 1111

Color Harmonies of #024A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A12

Black with #024A12

Text Example


Text Example

White with #024A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #024A12;
 }
 .AnyTagClassName
 {
   color: #024A12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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