Html Css Color HEX #024221 British Racing Green

📋 copy color: '#024221'

red 2 ◦ green 66 ◦ blue 33

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

Shades of British Racing Green #024221

Tints of British Racing Green #024221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 32.67%

R = 1.98%
G = 65.35%
B = 32.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#024221 (or 0x024221) is known color: British Racing Green. HEX triplet: 02, 42 and 21. RGB value is (2,66,33). Sum of RGB (Red+Green+Blue) = 2+66+33=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #024221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024221 is #FDBDDE. Grayscale: #2B2B2B. Windows color (decimal): -16629215 or 2179586. OLE color: 2179586.

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

Color convert

RGB 2 66 33 -
CMYK 0.97 0 0.5 0.74
HSL 149.06º 0.94% 0.13% -
HSV(B) 149.06º 0.97% 0.26% -
XYZ 2.25 4.02 2.1 -
YUV 43.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 2 66 33 0.97 0 0.5 0.74 149.06 0.94 0.13
Hex 2 42 21 61 0 32 4A 95 5E D
Octal 2 102 41 141 0 62 112 225 136 15
Binary 10 1000010 100001 1100001 0 110010 1001010 10010101 1011110 1101

Color Harmonies of #024221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024221

Black with #024221

Text Example


Text Example

White with #024221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024221; }

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

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

background-color css

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

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

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

border-color css

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

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

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