#02470E

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

Shades of Deep Fir #02470E

Tints of Deep Fir #02470E

Color information

#02470E (or 0x02470E) is unknown color: approx Deep Fir. HEX triplet: 02, 47 and 0E. RGB value is (2,71,14). Sum of RGB (Red+Green+Blue) = 2+71+14=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 71 (28.12% from 255 or 81.61% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 71 - color contains mainly: green. Hex color #02470E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02470E is #FDB8F1. Grayscale: #2C2C2C. Windows color (decimal): -16627954 or 935682. OLE color: 935682.

HSL color Cylindrical-coordinate representation of color #02470E: hue angle of 130.43º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02470E is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.72.

Color convert

RGB27114-
CMYK0.9700.800.72
HSL130.43º94.52%14.31%-
HSV(B)130.43º97.18%27.84%-
XYZ2.364.551.17-
YUV43.87111.1498.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.30%
GREEN value IS 71 (28.12% from 255) = 81.61%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=2.30%
G=81.61%
B=16.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271140.9700.800.72130.4394.5214.31
Hex247E6105048825fe
Octal210716141012011020213716
Binary101000111111011000010101000010010001000001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02470E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02470E; }

 p { color: rgb(2,71,14); }

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

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

 a { background-color: rgb(2,71,14); }

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

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

 span { border-color: rgb(2,71,14); }

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