#033312

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

Shades of Deep Fir #033312

Tints of Deep Fir #033312

Color information

#033312 (or 0x033312) is unknown color: approx Deep Fir. HEX triplet: 03, 33 and 12. RGB value is (3,51,18). Sum of RGB (Red+Green+Blue) = 3+51+18=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 18 (7.42% from 255 or 25% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #033312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033312 is #FCCCED. Grayscale: #202020. Windows color (decimal): -16567534 or 1192707. OLE color: 1192707.

HSL color Cylindrical-coordinate representation of color #033312: hue angle of 138.75º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033312 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB35118-
CMYK0.9400.650.8
HSL138.75º88.89%10.59%-
HSV(B)138.75º94.12%20%-
XYZ1.332.430.97-
YUV32.89119.6106.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.17%
GREEN value IS 51 (20.31% from 255) = 70.83%
BLUE value IS 18 (7.42% from 255) = 25%
R=4.17%
G=70.83%
B=25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal351180.9400.650.8138.7588.8910.59
Hex333125E041508b59b
Octal36322136010112021313113
Binary111100111001010111100100000110100001000101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033312; }

 p { color: rgb(3,51,18); }

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

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

 a { background-color: rgb(3,51,18); }

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

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

 span { border-color: rgb(3,51,18); }

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