Html Css Color HEX #024920 British Racing Green

📋 copy color: '#024920'

red 2 ◦ green 73 ◦ blue 32

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

Shades of British Racing Green #024920

Tints of British Racing Green #024920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 68.22%

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

R = 1.87%
G = 68.22%
B = 29.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#024920 (or 0x024920) is known color: British Racing Green. HEX triplet: 02, 49 and 20. RGB value is (2,73,32). Sum of RGB (Red+Green+Blue) = 2+73+32=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 73 (28.91% from 255 or 68.22% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 73 - color contains mainly: green. Hex color #024920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024920 is #FDB6DF. Grayscale: #2F2F2F. Windows color (decimal): -16627424 or 2115842. OLE color: 2115842.

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

Color convert

RGB 2 73 32 -
CMYK 0.97 0 0.56 0.71
HSL 145.35º 0.95% 0.15% -
HSV(B) 145.35º 0.97% 0.29% -
XYZ 2.67 4.88 2.17 -
YUV 47.1 119.48 95.83 -
System Red Green Blue C M Y K H S L
Decimal 2 73 32 0.97 0 0.56 0.71 145.35 0.95 0.15
Hex 2 49 20 61 0 38 47 91 5F F
Octal 2 111 40 141 0 70 107 221 137 17
Binary 10 1001001 100000 1100001 0 111000 1000111 10010001 1011111 1111

Color Harmonies of #024920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024920

Black with #024920

Text Example


Text Example

White with #024920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024920; }

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

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

background-color css

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

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

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

border-color css

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

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

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