#02470F

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

Shades of Deep Fir #02470F

Tints of Deep Fir #02470F

Color information

#02470F (or 0x02470F) is unknown color: approx Deep Fir. HEX triplet: 02, 47 and 0F. RGB value is (2,71,15). Sum of RGB (Red+Green+Blue) = 2+71+15=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 71 (28.12% from 255 or 80.68% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 71 - color contains mainly: green. Hex color #02470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02470F is #FDB8F0. Grayscale: #2C2C2C. Windows color (decimal): -16627953 or 1001218. OLE color: 1001218.

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

Color convert

RGB27115-
CMYK0.9700.790.72
HSL131.3º94.52%14.31%-
HSV(B)131.3º97.18%27.84%-
XYZ2.364.551.21-
YUV43.98111.6498.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 71 (28.12% from 255) = 80.68%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=2.27%
G=80.68%
B=17.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal271150.9700.790.72131.394.5214.31
Hex247F6104F48835fe
Octal210717141011711020313716
Binary101000111111111000010100111110010001000001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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