#032C09

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

Shades of Deep Fir #032C09

Tints of Deep Fir #032C09

Color information

#032C09 (or 0x032C09) is unknown color: approx Deep Fir. HEX triplet: 03, 2C and 09. RGB value is (3,44,9). Sum of RGB (Red+Green+Blue) = 3+44+9=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 44 (17.58% from 255 or 78.57% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 44 - color contains mainly: green. Hex color #032C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C09 is #FCD3F6. Grayscale: #1B1B1B. Windows color (decimal): -16569335 or 601091. OLE color: 601091.

HSL color Cylindrical-coordinate representation of color #032C09: hue angle of 128.78º 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 #032C09 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.83.

Color convert

RGB3449-
CMYK0.9300.800.83
HSL128.78º87.23%9.22%-
HSV(B)128.78º93.18%17.25%-
XYZ0.991.840.56-
YUV27.75117.42110.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 44 (17.58% from 255) = 78.57%
BLUE value IS 9 (3.91% from 255) = 16.07%
R=5.36%
G=78.57%
B=16.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal34490.9300.800.83128.7887.239.22
Hex32C95D0505381579
Octal35411135012012320112711
Binary11101100100110111010101000010100111000000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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