#02470D

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

Shades of Deep Fir #02470D

Tints of Deep Fir #02470D

Color information

#02470D (or 0x02470D) is unknown color: approx Deep Fir. HEX triplet: 02, 47 and 0D. RGB value is (2,71,13). Sum of RGB (Red+Green+Blue) = 2+71+13=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 71 (28.12% from 255 or 82.56% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 71 - color contains mainly: green. Hex color #02470D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02470D is #FDB8F2. Grayscale: #2B2B2B. Windows color (decimal): -16627955 or 870146. OLE color: 870146.

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

Color convert

RGB27113-
CMYK0.9700.820.72
HSL129.57º94.52%14.31%-
HSV(B)129.57º97.18%27.84%-
XYZ2.354.551.13-
YUV43.76110.6498.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 71 (28.12% from 255) = 82.56%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=2.33%
G=82.56%
B=15.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271130.9700.820.72129.5794.5214.31
Hex247D6105248825fe
Octal210715141012211020213716
Binary101000111110111000010101001010010001000001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02470D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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