#032F0F

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

Shades of Deep Fir #032F0F

Tints of Deep Fir #032F0F

Color information

#032F0F (or 0x032F0F) is unknown color: approx Deep Fir. HEX triplet: 03, 2F and 0F. RGB value is (3,47,15). Sum of RGB (Red+Green+Blue) = 3+47+15=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 47 (18.75% from 255 or 72.31% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 47 - color contains mainly: green. Hex color #032F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032F0F is #FCD0F0. Grayscale: #1E1E1E. Windows color (decimal): -16568561 or 995075. OLE color: 995075.

HSL color Cylindrical-coordinate representation of color #032F0F: hue angle of 136.36º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032F0F is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.82.

Color convert

RGB34715-
CMYK0.9400.680.82
HSL136.36º88%9.8%-
HSV(B)136.36º93.62%18.43%-
XYZ1.142.090.79-
YUV30.2119.42108.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 47 (18.75% from 255) = 72.31%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=4.62%
G=72.31%
B=23.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal347150.9400.680.82136.36889.8
Hex32FF5E044528858a
Octal35717136010412221013012
Binary11101111111110111100100010010100101000100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032F0F; }

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

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

<style>
 a { background-color: #032F0F; }

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

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

<style>
 span { border-color: #032F0F; }

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

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