#032F0D

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

Shades of Deep Fir #032F0D

Tints of Deep Fir #032F0D

Color information

#032F0D (or 0x032F0D) is unknown color: approx Deep Fir. HEX triplet: 03, 2F and 0D. RGB value is (3,47,13). Sum of RGB (Red+Green+Blue) = 3+47+13=63 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.76% from 63); Green value is 47 (18.75% from 255 or 74.60% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 47 - color contains mainly: green. Hex color #032F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032F0D is #FCD0F2. Grayscale: #1E1E1E. Windows color (decimal): -16568563 or 864003. OLE color: 864003.

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

Color convert

RGB34713-
CMYK0.9400.720.82
HSL133.64º88%9.8%-
HSV(B)133.64º93.62%18.43%-
XYZ1.132.080.72-
YUV29.97118.42108.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.76%
GREEN value IS 47 (18.75% from 255) = 74.60%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=4.76%
G=74.60%
B=20.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal347130.9400.720.82133.64889.8
Hex32FD5E048528658a
Octal35715136011012220613012
Binary11101111110110111100100100010100101000011010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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