Html Css Color HEX #024210 Deep Fir

📋 copy color: '#024210'

red 2 ◦ green 66 ◦ blue 16

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

Shades of Deep Fir #024210

Tints of Deep Fir #024210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.05%

R = 2.38%
G = 78.57%
B = 19.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#024210 (or 0x024210) is known color: Deep Fir. HEX triplet: 02, 42 and 10. RGB value is (2,66,16). Sum of RGB (Red+Green+Blue) = 2+66+16=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 66 (26.17% from 255 or 78.57% from 84); Blue value is 16 (6.64% from 255 or 19.05% from 84); Max value from RGB is 66 - color contains mainly: green. Hex color #024210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #024210 is #FDBDEF. Grayscale: #292929. Windows color (decimal): -16629232 or 1065474. OLE color: 1065474.

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

Color convert

RGB 2 66 16 -
CMYK 0.97 0 0.76 0.74
HSL 133.13º 0.94% 0.13% -
HSV(B) 133.13º 0.97% 0.26% -
XYZ 2.07 3.95 1.14 -
YUV 41.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 2 66 16 0.97 0 0.76 0.74 133.13 0.94 0.13
Hex 2 42 10 61 0 4C 4A 85 5E D
Octal 2 102 20 141 0 114 112 205 136 15
Binary 10 1000010 10000 1100001 0 1001100 1001010 10000101 1011110 1101

Color Harmonies of #024210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024210

Black with #024210

Text Example


Text Example

White with #024210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024210; }

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

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

background-color css

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

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

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

border-color css

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

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

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