Html Css Color HEX #024E20 British Racing Green

📋 copy color: '#024E20'

red 2 ◦ green 78 ◦ blue 32

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

Shades of British Racing Green #024E20

Tints of British Racing Green #024E20

RGB

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

 GREEN value IS 78 (30.86% from 255) = 69.64%

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

R = 1.79%
G = 69.64%
B = 28.57%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#024E20 (or 0x024E20) is known color: British Racing Green. HEX triplet: 02, 4E and 20. RGB value is (2,78,32). Sum of RGB (Red+Green+Blue) = 2+78+32=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 78 (30.86% from 255 or 69.64% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 78 - color contains mainly: green. Hex color #024E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024E20 is #FDB1DF. Grayscale: #323232. Windows color (decimal): -16626144 or 2117122. OLE color: 2117122.

HSL color Cylindrical-coordinate representation of color #024E20: hue angle of 143.68º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024E20 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 78 32 -
CMYK 0.97 0 0.59 0.69
HSL 143.68º 0.95% 0.16% -
HSV(B) 143.68º 0.97% 0.31% -
XYZ 3.01 5.57 2.28 -
YUV 50.03 117.82 93.74 -
System Red Green Blue C M Y K H S L
Decimal 2 78 32 0.97 0 0.59 0.69 143.68 0.95 0.16
Hex 2 4E 20 61 0 3B 45 90 5F 10
Octal 2 116 40 141 0 73 105 220 137 20
Binary 10 1001110 100000 1100001 0 111011 1000101 10010000 1011111 10000

Color Harmonies of #024E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E20

Black with #024E20

Text Example


Text Example

White with #024E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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