Shades of Deep Fir #033C14
Tints of Deep Fir #033C14
RGB
CMYK
RGB Variations
Color information
#033C14 (or 0x033C14) is known color: Deep Fir. HEX triplet: 03, 3C and 14. RGB value is (3,60,20). Sum of RGB (Red+Green+Blue) = 3+60+20=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 60 (23.83% from 255 or 72.29% from 83); Blue value is 20 (8.20% from 255 or 24.10% from 83); Max value from RGB is 60 - color contains mainly: green. Hex color #033C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033C14 is #FCC3EB. Grayscale: #262626. Windows color (decimal): -16565228 or 1326083. OLE color: 1326083.
HSL color Cylindrical-coordinate representation of color #033C14: hue angle of 137.89º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033C14 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 60 | 20 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.76 |
| HSL | 137.89º | 0.9% | 0.12% | - |
| HSV(B) | 137.89º | 0.95% | 0.24% | - |
| XYZ | 1.78 | 3.3 | 1.21 | - |
| YUV | 38.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 20 | 0.95 | 0 | 0.67 | 0.76 | 137.89 | 0.9 | 0.12 |
| Hex | 3 | 3C | 14 | 5F | 0 | 43 | 4C | 8A | 5A | C |
| Octal | 3 | 74 | 24 | 137 | 0 | 103 | 114 | 212 | 132 | 14 |
| Binary | 11 | 111100 | 10100 | 1011111 | 0 | 1000011 | 1001100 | 10001010 | 1011010 | 1100 |
Color Harmonies of #033C14
Complementary color
Monochromatic Colors of #033C14
Black with #033C14
Text Example
Text Example
White with #033C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C14; }
p { color: rgb(3,60,20); }
H1.HeaderClassName
{
color: #033C14;
}
.AnyTagClassName
{
color: #033C14;
}
</style>
background-color css
<style>
a { background-color: #033C14; }
a { background-color: rgb(3,60,20); }
div.DivClassName
{
background-color: #033C14;
}
.BgClassName
{
background-color: #033C14;
}
</style>
border-color css
<style>
span { border-color: #033C14; }
span { border-color: rgb(3,60,20); }
td.TdClassName
{
border-color: #033C14;
}
.TagClassName
{
border-color: #033C14;
}
</style>