Html Css Color HEX #02420D Deep Fir

📋 copy color: '#02420D'

red 2 ◦ green 66 ◦ blue 13

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

Shades of Deep Fir #02420D

Tints of Deep Fir #02420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.05%

R = 2.47%
G = 81.48%
B = 16.05%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#02420D (or 0x02420D) is known color: Deep Fir. HEX triplet: 02, 42 and 0D. RGB value is (2,66,13). Sum of RGB (Red+Green+Blue) = 2+66+13=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 66 (26.17% from 255 or 81.48% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 66 - color contains mainly: green. Hex color #02420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02420D is #FDBDF2. Grayscale: #282828. Windows color (decimal): -16629235 or 868866. OLE color: 868866.

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

Color convert

RGB 2 66 13 -
CMYK 0.97 0 0.80 0.74
HSL 130.31º 0.94% 0.13% -
HSV(B) 130.31º 0.97% 0.26% -
XYZ 2.05 3.94 1.03 -
YUV 40.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 2 66 13 0.97 0 0.80 0.74 130.31 0.94 0.13
Hex 2 42 D 61 0 50 4A 82 5E D
Octal 2 102 15 141 0 120 112 202 136 15
Binary 10 1000010 1101 1100001 0 1010000 1001010 10000010 1011110 1101

Color Harmonies of #02420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02420D

Black with #02420D

Text Example


Text Example

White with #02420D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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