Html Css Color HEX #024222 British Racing Green

📋 copy color: '#024222'

red 2 ◦ green 66 ◦ blue 34

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

Shades of British Racing Green #024222

Tints of British Racing Green #024222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 64.71%

 BLUE value IS 34 (13.67% from 255) = 33.33%

R = 1.96%
G = 64.71%
B = 33.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#024222 (or 0x024222) is known color: British Racing Green. HEX triplet: 02, 42 and 22. RGB value is (2,66,34). Sum of RGB (Red+Green+Blue) = 2+66+34=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 34 (13.67% from 255 or 33.33% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #024222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024222 is #FDBDDD. Grayscale: #2B2B2B. Windows color (decimal): -16629214 or 2245122. OLE color: 2245122.

HSL color Cylindrical-coordinate representation of color #024222: hue angle of 150º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024222 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 66 34 -
CMYK 0.97 0 0.48 0.74
HSL 150º 0.94% 0.13% -
HSV(B) 150º 0.97% 0.26% -
XYZ 2.26 4.02 2.17 -
YUV 43.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 2 66 34 0.97 0 0.48 0.74 150 0.94 0.13
Hex 2 42 22 61 0 30 4A 96 5E D
Octal 2 102 42 141 0 60 112 226 136 15
Binary 10 1000010 100010 1100001 0 110000 1001010 10010110 1011110 1101

Color Harmonies of #024222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024222

Black with #024222

Text Example


Text Example

White with #024222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024222; }

 p { color: rgb(2,66,34); }

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

background-color css

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

 a { background-color: rgb(2,66,34); }

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

border-color css

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

 span { border-color: rgb(2,66,34); }

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