Html Css Color HEX #024211 Deep Fir

📋 copy color: '#024211'

red 2 ◦ green 66 ◦ blue 17

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

Shades of Deep Fir #024211

Tints of Deep Fir #024211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 20%

R = 2.35%
G = 77.65%
B = 20%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.74

 K value IS 0.74

RGB Variations

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

Color information

#024211 (or 0x024211) is known color: Deep Fir. HEX triplet: 02, 42 and 11. RGB value is (2,66,17). Sum of RGB (Red+Green+Blue) = 2+66+17=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #024211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024211 is #FDBDEE. Grayscale: #292929. Windows color (decimal): -16629231 or 1131010. OLE color: 1131010.

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

Color convert

RGB 2 66 17 -
CMYK 0.97 0 0.74 0.74
HSL 134.06º 0.94% 0.13% -
HSV(B) 134.06º 0.97% 0.26% -
XYZ 2.07 3.95 1.18 -
YUV 41.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 2 66 17 0.97 0 0.74 0.74 134.06 0.94 0.13
Hex 2 42 11 61 0 4A 4A 86 5E D
Octal 2 102 21 141 0 112 112 206 136 15
Binary 10 1000010 10001 1100001 0 1001010 1001010 10000110 1011110 1101

Color Harmonies of #024211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024211

Black with #024211

Text Example


Text Example

White with #024211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024211; }

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

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

background-color css

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

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

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

border-color css

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

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

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