Shades of Deep Fir #033F12
Tints of Deep Fir #033F12
RGB
CMYK
RGB Variations
Color information
#033F12 (or 0x033F12) is known color: Deep Fir. HEX triplet: 03, 3F and 12. RGB value is (3,63,18). Sum of RGB (Red+Green+Blue) = 3+63+18=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 63 (25% from 255 or 75% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 63 - color contains mainly: green. Hex color #033F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033F12 is #FCC0ED. Grayscale: #282828. Windows color (decimal): -16564462 or 1195779. OLE color: 1195779.
HSL color Cylindrical-coordinate representation of color #033F12: hue angle of 135º 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 #033F12 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 63 | 18 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.75 |
| HSL | 135º | 0.91% | 0.13% | - |
| HSV(B) | 135º | 0.95% | 0.25% | - |
| XYZ | 1.92 | 3.62 | 1.17 | - |
| YUV | 39.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 18 | 0.95 | 0 | 0.71 | 0.75 | 135 | 0.91 | 0.13 |
| Hex | 3 | 3F | 12 | 5F | 0 | 47 | 4B | 87 | 5B | D |
| Octal | 3 | 77 | 22 | 137 | 0 | 107 | 113 | 207 | 133 | 15 |
| Binary | 11 | 111111 | 10010 | 1011111 | 0 | 1000111 | 1001011 | 10000111 | 1011011 | 1101 |
Color Harmonies of #033F12
Complementary color
Monochromatic Colors of #033F12
Black with #033F12
Text Example
Text Example
White with #033F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F12; }
p { color: rgb(3,63,18); }
H1.HeaderClassName
{
color: #033F12;
}
.AnyTagClassName
{
color: #033F12;
}
</style>
background-color css
<style>
a { background-color: #033F12; }
a { background-color: rgb(3,63,18); }
div.DivClassName
{
background-color: #033F12;
}
.BgClassName
{
background-color: #033F12;
}
</style>
border-color css
<style>
span { border-color: #033F12; }
span { border-color: rgb(3,63,18); }
td.TdClassName
{
border-color: #033F12;
}
.TagClassName
{
border-color: #033F12;
}
</style>