Shades of Deep Fir #033A11
Tints of Deep Fir #033A11
RGB
CMYK
RGB Variations
Color information
#033A11 (or 0x033A11) is known color: Deep Fir. HEX triplet: 03, 3A and 11. RGB value is (3,58,17). Sum of RGB (Red+Green+Blue) = 3+58+17=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 58 (23.05% from 255 or 74.36% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 58 - color contains mainly: green. Hex color #033A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033A11 is #FCC5EE. Grayscale: #242424. Windows color (decimal): -16565743 or 1128963. OLE color: 1128963.
HSL color Cylindrical-coordinate representation of color #033A11: hue angle of 135.27º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033A11 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 58 | 17 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.77 |
| HSL | 135.27º | 0.9% | 0.12% | - |
| HSV(B) | 135.27º | 0.95% | 0.23% | - |
| XYZ | 1.65 | 3.09 | 1.04 | - |
| YUV | 36.88 | 116.78 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 17 | 0.95 | 0 | 0.71 | 0.77 | 135.27 | 0.9 | 0.12 |
| Hex | 3 | 3A | 11 | 5F | 0 | 47 | 4D | 87 | 5A | C |
| Octal | 3 | 72 | 21 | 137 | 0 | 107 | 115 | 207 | 132 | 14 |
| Binary | 11 | 111010 | 10001 | 1011111 | 0 | 1000111 | 1001101 | 10000111 | 1011010 | 1100 |
Color Harmonies of #033A11
Complementary color
Monochromatic Colors of #033A11
Black with #033A11
Text Example
Text Example
White with #033A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A11; }
p { color: rgb(3,58,17); }
H1.HeaderClassName
{
color: #033A11;
}
.AnyTagClassName
{
color: #033A11;
}
</style>
background-color css
<style>
a { background-color: #033A11; }
a { background-color: rgb(3,58,17); }
div.DivClassName
{
background-color: #033A11;
}
.BgClassName
{
background-color: #033A11;
}
</style>
border-color css
<style>
span { border-color: #033A11; }
span { border-color: rgb(3,58,17); }
td.TdClassName
{
border-color: #033A11;
}
.TagClassName
{
border-color: #033A11;
}
</style>