Shades of Deep Fir #033D12
Tints of Deep Fir #033D12
RGB
CMYK
RGB Variations
Color information
#033D12 (or 0x033D12) is known color: Deep Fir. HEX triplet: 03, 3D and 12. RGB value is (3,61,18). Sum of RGB (Red+Green+Blue) = 3+61+18=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #033D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033D12 is #FCC2ED. Grayscale: #262626. Windows color (decimal): -16564974 or 1195267. OLE color: 1195267.
HSL color Cylindrical-coordinate representation of color #033D12: hue angle of 135.52º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033D12 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 18 | - |
| CMYK | 0.95 | 0 | 0.70 | 0.76 |
| HSL | 135.52º | 0.91% | 0.13% | - |
| HSV(B) | 135.52º | 0.95% | 0.24% | - |
| XYZ | 1.82 | 3.4 | 1.13 | - |
| YUV | 38.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 18 | 0.95 | 0 | 0.70 | 0.76 | 135.52 | 0.91 | 0.13 |
| Hex | 3 | 3D | 12 | 5F | 0 | 46 | 4C | 88 | 5B | D |
| Octal | 3 | 75 | 22 | 137 | 0 | 106 | 114 | 210 | 133 | 15 |
| Binary | 11 | 111101 | 10010 | 1011111 | 0 | 1000110 | 1001100 | 10001000 | 1011011 | 1101 |
Color Harmonies of #033D12
Complementary color
Monochromatic Colors of #033D12
Black with #033D12
Text Example
Text Example
White with #033D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D12; }
p { color: rgb(3,61,18); }
H1.HeaderClassName
{
color: #033D12;
}
.AnyTagClassName
{
color: #033D12;
}
</style>
background-color css
<style>
a { background-color: #033D12; }
a { background-color: rgb(3,61,18); }
div.DivClassName
{
background-color: #033D12;
}
.BgClassName
{
background-color: #033D12;
}
</style>
border-color css
<style>
span { border-color: #033D12; }
span { border-color: rgb(3,61,18); }
td.TdClassName
{
border-color: #033D12;
}
.TagClassName
{
border-color: #033D12;
}
</style>