#032B09

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

Shades of Deep Fir #032B09

Tints of Deep Fir #032B09

Color information

#032B09 (or 0x032B09) is unknown color: approx Deep Fir. HEX triplet: 03, 2B and 09. RGB value is (3,43,9). Sum of RGB (Red+Green+Blue) = 3+43+9=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 43 (17.19% from 255 or 78.18% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 43 - color contains mainly: green. Hex color #032B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032B09 is #FCD4F6. Grayscale: #1B1B1B. Windows color (decimal): -16569591 or 600835. OLE color: 600835.

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

Color convert

RGB3439-
CMYK0.9300.790.83
HSL129º86.96%9.02%-
HSV(B)129º93.02%16.86%-
XYZ0.951.770.55-
YUV27.16117.75110.76-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.45%
GREEN value IS 43 (17.19% from 255) = 78.18%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=5.45%
G=78.18%
B=16.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal34390.9300.790.8312986.969.02
Hex32B95D04F5381579
Octal35311135011712320112711
Binary11101011100110111010100111110100111000000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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