Html Css Color HEX #024420 British Racing Green

📋 copy color: '#024420'

red 2 ◦ green 68 ◦ blue 32

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

Shades of British Racing Green #024420

Tints of British Racing Green #024420

RGB

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

 GREEN value IS 68 (26.95% from 255) = 66.67%

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

R = 1.96%
G = 66.67%
B = 31.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#024420 (or 0x024420) is known color: British Racing Green. HEX triplet: 02, 44 and 20. RGB value is (2,68,32). Sum of RGB (Red+Green+Blue) = 2+68+32=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #024420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024420 is #FDBBDF. Grayscale: #2C2C2C. Windows color (decimal): -16628704 or 2114562. OLE color: 2114562.

HSL color Cylindrical-coordinate representation of color #024420: hue angle of 147.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024420 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 32 -
CMYK 0.97 0 0.53 0.73
HSL 147.27º 0.94% 0.14% -
HSV(B) 147.27º 0.97% 0.27% -
XYZ 2.35 4.25 2.06 -
YUV 44.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 2 68 32 0.97 0 0.53 0.73 147.27 0.94 0.14
Hex 2 44 20 61 0 35 49 93 5E E
Octal 2 104 40 141 0 65 111 223 136 16
Binary 10 1000100 100000 1100001 0 110101 1001001 10010011 1011110 1110

Color Harmonies of #024420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024420

Black with #024420

Text Example


Text Example

White with #024420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024420; }

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

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

background-color css

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

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

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

border-color css

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

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

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