#033009

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

Shades of Deep Fir #033009

Tints of Deep Fir #033009

Color information

#033009 (or 0x033009) is unknown color: approx Deep Fir. HEX triplet: 03, 30 and 09. RGB value is (3,48,9). Sum of RGB (Red+Green+Blue) = 3+48+9=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 48 (19.14% from 255 or 80% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 48 - color contains mainly: green. Hex color #033009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033009 is #FCCFF6. Grayscale: #1E1E1E. Windows color (decimal): -16568311 or 602115. OLE color: 602115.

HSL color Cylindrical-coordinate representation of color #033009: hue angle of 128º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033009 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.81.

Color convert

RGB3489-
CMYK0.9400.810.81
HSL128º88.24%10%-
HSV(B)128º93.75%18.82%-
XYZ1.142.150.61-
YUV30.1116.09108.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5%
GREEN value IS 48 (19.14% from 255) = 80%
BLUE value IS 9 (3.91% from 255) = 15%
R=5%
G=80%
B=15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal34890.9400.810.8112888.2410
Hex33095E051518058a
Octal36011136012112120013012
Binary11110000100110111100101000110100011000000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033009; }

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

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

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

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

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

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

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

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