#03470F

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

Shades of Deep Fir #03470F

Tints of Deep Fir #03470F

Color information

#03470F (or 0x03470F) is unknown color: approx Deep Fir. HEX triplet: 03, 47 and 0F. RGB value is (3,71,15). Sum of RGB (Red+Green+Blue) = 3+71+15=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 71 (28.12% from 255 or 79.78% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 71 - color contains mainly: green. Hex color #03470F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03470F is #FCB8F0. Grayscale: #2C2C2C. Windows color (decimal): -16562417 or 1001219. OLE color: 1001219.

HSL color Cylindrical-coordinate representation of color #03470F: hue angle of 130.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03470F is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB37115-
CMYK0.9600.790.72
HSL130.59º91.89%14.51%-
HSV(B)130.59º95.77%27.84%-
XYZ2.384.561.21-
YUV44.28111.4798.55-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.37%
GREEN value IS 71 (28.12% from 255) = 79.78%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=3.37%
G=79.78%
B=16.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371150.9600.790.72130.5991.8914.51
Hex347F6004F48835cf
Octal310717140011711020313417
Binary111000111111111000000100111110010001000001110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03470F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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