#033F11

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

Shades of Deep Fir #033F11

Tints of Deep Fir #033F11

Color information

#033F11 (or 0x033F11) is unknown color: approx Deep Fir. HEX triplet: 03, 3F and 11. RGB value is (3,63,17). Sum of RGB (Red+Green+Blue) = 3+63+17=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 63 (25% from 255 or 75.90% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 63 - color contains mainly: green. Hex color #033F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033F11 is #FCC0EE. Grayscale: #272727. Windows color (decimal): -16564463 or 1130243. OLE color: 1130243.

HSL color Cylindrical-coordinate representation of color #033F11: hue angle of 134º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033F11 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB36317-
CMYK0.9500.730.75
HSL134º90.91%12.94%-
HSV(B)134º95.24%24.71%-
XYZ1.923.611.13-
YUV39.82115.12101.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.61%
GREEN value IS 63 (25% from 255) = 75.90%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=3.61%
G=75.90%
B=20.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal363170.9500.730.7513490.9112.94
Hex33F115F0494B865bd
Octal37721137011111320613315
Binary111111111000110111110100100110010111000011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033F11; }

 p { color: rgb(3,63,17); }

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

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

 a { background-color: rgb(3,63,17); }

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

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

 span { border-color: rgb(3,63,17); }

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