#032909

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

Shades of Deep Fir #032909

Tints of Deep Fir #032909

Color information

#032909 (or 0x032909) is unknown color: approx Deep Fir. HEX triplet: 03, 29 and 09. RGB value is (3,41,9). Sum of RGB (Red+Green+Blue) = 3+41+9=53 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.66% from 53); Green value is 41 (16.41% from 255 or 77.36% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 41 - color contains mainly: green. Hex color #032909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032909 is #FCD6F6. Grayscale: #1A1A1A. Windows color (decimal): -16570103 or 600323. OLE color: 600323.

HSL color Cylindrical-coordinate representation of color #032909: hue angle of 129.47º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032909 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB3419-
CMYK0.9300.780.84
HSL129.47º86.36%8.63%-
HSV(B)129.47º92.68%16.08%-
XYZ0.881.620.53-
YUV25.99118.41111.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.66%
GREEN value IS 41 (16.41% from 255) = 77.36%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=5.66%
G=77.36%
B=16.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal34190.9300.780.84129.4786.368.63
Hex32995D04E5481569
Octal35111135011612420112611
Binary11101001100110111010100111010101001000000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032909; }

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

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

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

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

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

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

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

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