#02420F

Color #02420F Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #02420F

Tints of Deep Fir #02420F

Color information

#02420F (or 0x02420F) is unknown color: approx Deep Fir. HEX triplet: 02, 42 and 0F. RGB value is (2,66,15). Sum of RGB (Red+Green+Blue) = 2+66+15=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 66 (26.17% from 255 or 79.52% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 66 - color contains mainly: green. Hex color #02420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02420F is #FDBDF0. Grayscale: #292929. Windows color (decimal): -16629233 or 999938. OLE color: 999938.

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

Color convert

RGB26615-
CMYK0.9700.770.74
HSL132.19º94.12%13.33%-
HSV(B)132.19º96.97%25.88%-
XYZ2.063.941.1-
YUV41.05113.3100.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.41%
GREEN value IS 66 (26.17% from 255) = 79.52%
BLUE value IS 15 (6.25% from 255) = 18.07%
R=2.41%
G=79.52%
B=18.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266150.9700.770.74132.1994.1213.33
Hex242F6104D4A845ed
Octal210217141011511220413615
Binary101000010111111000010100110110010101000010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02420F;
 }
 .AnyTagClassName
 {
   color: #02420F;
 }
</style>
background-color css

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

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

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

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

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

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