Html Css Color HEX #024A14 British Racing Green

📋 copy color: '#024A14'

red 2 ◦ green 74 ◦ blue 20

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

Shades of British Racing Green #024A14

Tints of British Racing Green #024A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.83%

R = 2.08%
G = 77.08%
B = 20.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.71

RGB Variations

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

Color information

#024A14 (or 0x024A14) is known color: British Racing Green. HEX triplet: 02, 4A and 14. RGB value is (2,74,20). Sum of RGB (Red+Green+Blue) = 2+74+20=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 74 (29.30% from 255 or 77.08% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 74 - color contains mainly: green. Hex color #024A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024A14 is #FDB5EB. Grayscale: #2E2E2E. Windows color (decimal): -16627180 or 1329666. OLE color: 1329666.

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

Color convert

RGB 2 74 20 -
CMYK 0.97 0 0.73 0.71
HSL 135º 0.95% 0.15% -
HSV(B) 135º 0.97% 0.29% -
XYZ 2.6 4.96 1.48 -
YUV 46.32 113.15 96.39 -
System Red Green Blue C M Y K H S L
Decimal 2 74 20 0.97 0 0.73 0.71 135 0.95 0.15
Hex 2 4A 14 61 0 49 47 87 5F F
Octal 2 112 24 141 0 111 107 207 137 17
Binary 10 1001010 10100 1100001 0 1001001 1000111 10000111 1011111 1111

Color Harmonies of #024A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A14

Black with #024A14

Text Example


Text Example

White with #024A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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