Html Css Color HEX #02420C Deep Fir

📋 copy color: '#02420C'

red 2 ◦ green 66 ◦ blue 12

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

Shades of Deep Fir #02420C

Tints of Deep Fir #02420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15%

R = 2.5%
G = 82.5%
B = 15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#02420C (or 0x02420C) is known color: Deep Fir. HEX triplet: 02, 42 and 0C. RGB value is (2,66,12). Sum of RGB (Red+Green+Blue) = 2+66+12=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 66 (26.17% from 255 or 82.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 66 - color contains mainly: green. Hex color #02420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02420C is #FDBDF3. Grayscale: #282828. Windows color (decimal): -16629236 or 803330. OLE color: 803330.

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

Color convert

RGB 2 66 12 -
CMYK 0.97 0 0.82 0.74
HSL 129.38º 0.94% 0.13% -
HSV(B) 129.38º 0.97% 0.26% -
XYZ 2.04 3.94 1 -
YUV 40.71 111.8 100.39 -
System Red Green Blue C M Y K H S L
Decimal 2 66 12 0.97 0 0.82 0.74 129.38 0.94 0.13
Hex 2 42 C 61 0 52 4A 81 5E D
Octal 2 102 14 141 0 122 112 201 136 15
Binary 10 1000010 1100 1100001 0 1010010 1001010 10000001 1011110 1101

Color Harmonies of #02420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02420C

Black with #02420C

Text Example


Text Example

White with #02420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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