#032C0D

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

Shades of Deep Fir #032C0D

Tints of Deep Fir #032C0D

Color information

#032C0D (or 0x032C0D) is unknown color: approx Deep Fir. HEX triplet: 03, 2C and 0D. RGB value is (3,44,13). Sum of RGB (Red+Green+Blue) = 3+44+13=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 44 (17.58% from 255 or 73.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 44 - color contains mainly: green. Hex color #032C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C0D is #FCD3F2. Grayscale: #1C1C1C. Windows color (decimal): -16569331 or 863235. OLE color: 863235.

HSL color Cylindrical-coordinate representation of color #032C0D: hue angle of 134.63º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032C0D is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.83.

Color convert

RGB34413-
CMYK0.9300.700.83
HSL134.63º87.23%9.22%-
HSV(B)134.63º93.18%17.25%-
XYZ1.011.850.68-
YUV28.21119.42110.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 44 (17.58% from 255) = 73.33%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=5%
G=73.33%
B=21.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal344130.9300.700.83134.6387.239.22
Hex32CD5D0465387579
Octal35415135010612320712711
Binary11101100110110111010100011010100111000011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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