Html Css Color HEX #024A20 British Racing Green

📋 copy color: '#024A20'

red 2 ◦ green 74 ◦ blue 32

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

Shades of British Racing Green #024A20

Tints of British Racing Green #024A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 29.63%

R = 1.85%
G = 68.52%
B = 29.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#024A20 (or 0x024A20) is known color: British Racing Green. HEX triplet: 02, 4A and 20. RGB value is (2,74,32). Sum of RGB (Red+Green+Blue) = 2+74+32=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 74 (29.30% from 255 or 68.52% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 74 - color contains mainly: green. Hex color #024A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024A20 is #FDB5DF. Grayscale: #2F2F2F. Windows color (decimal): -16627168 or 2116098. OLE color: 2116098.

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

Color convert

RGB 2 74 32 -
CMYK 0.97 0 0.57 0.71
HSL 145º 0.95% 0.15% -
HSV(B) 145º 0.97% 0.29% -
XYZ 2.73 5.01 2.19 -
YUV 47.68 119.15 95.42 -
System Red Green Blue C M Y K H S L
Decimal 2 74 32 0.97 0 0.57 0.71 145 0.95 0.15
Hex 2 4A 20 61 0 39 47 91 5F F
Octal 2 112 40 141 0 71 107 221 137 17
Binary 10 1001010 100000 1100001 0 111001 1000111 10010001 1011111 1111

Color Harmonies of #024A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A20

Black with #024A20

Text Example


Text Example

White with #024A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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