Shades of Deep Fir #033D14
Tints of Deep Fir #033D14
RGB
CMYK
RGB Variations
Color information
#033D14 (or 0x033D14) is known color: Deep Fir. HEX triplet: 03, 3D and 14. RGB value is (3,61,20). Sum of RGB (Red+Green+Blue) = 3+61+20=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 61 (24.22% from 255 or 72.62% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 61 - color contains mainly: green. Hex color #033D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033D14 is #FCC2EB. Grayscale: #272727. Windows color (decimal): -16564972 or 1326339. OLE color: 1326339.
HSL color Cylindrical-coordinate representation of color #033D14: hue angle of 137.59º 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 #033D14 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 20 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.76 |
| HSL | 137.59º | 0.91% | 0.13% | - |
| HSV(B) | 137.59º | 0.95% | 0.24% | - |
| XYZ | 1.83 | 3.41 | 1.22 | - |
| YUV | 38.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 20 | 0.95 | 0 | 0.67 | 0.76 | 137.59 | 0.91 | 0.13 |
| Hex | 3 | 3D | 14 | 5F | 0 | 43 | 4C | 8A | 5B | D |
| Octal | 3 | 75 | 24 | 137 | 0 | 103 | 114 | 212 | 133 | 15 |
| Binary | 11 | 111101 | 10100 | 1011111 | 0 | 1000011 | 1001100 | 10001010 | 1011011 | 1101 |
Color Harmonies of #033D14
Complementary color
Monochromatic Colors of #033D14
Black with #033D14
Text Example
Text Example
White with #033D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D14; }
p { color: rgb(3,61,20); }
H1.HeaderClassName
{
color: #033D14;
}
.AnyTagClassName
{
color: #033D14;
}
</style>
background-color css
<style>
a { background-color: #033D14; }
a { background-color: rgb(3,61,20); }
div.DivClassName
{
background-color: #033D14;
}
.BgClassName
{
background-color: #033D14;
}
</style>
border-color css
<style>
span { border-color: #033D14; }
span { border-color: rgb(3,61,20); }
td.TdClassName
{
border-color: #033D14;
}
.TagClassName
{
border-color: #033D14;
}
</style>