Shades of Deep Fir #033B14
Tints of Deep Fir #033B14
RGB
CMYK
RGB Variations
Color information
#033B14 (or 0x033B14) is known color: Deep Fir. HEX triplet: 03, 3B and 14. RGB value is (3,59,20). Sum of RGB (Red+Green+Blue) = 3+59+20=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 59 (23.44% from 255 or 71.95% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 59 - color contains mainly: green. Hex color #033B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033B14 is #FCC4EB. Grayscale: #252525. Windows color (decimal): -16565484 or 1325827. OLE color: 1325827.
HSL color Cylindrical-coordinate representation of color #033B14: hue angle of 138.21º 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 #033B14 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 59 | 20 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.77 |
| HSL | 138.21º | 0.9% | 0.12% | - |
| HSV(B) | 138.21º | 0.95% | 0.23% | - |
| XYZ | 1.73 | 3.2 | 1.19 | - |
| YUV | 37.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 20 | 0.95 | 0 | 0.66 | 0.77 | 138.21 | 0.9 | 0.12 |
| Hex | 3 | 3B | 14 | 5F | 0 | 42 | 4D | 8A | 5A | C |
| Octal | 3 | 73 | 24 | 137 | 0 | 102 | 115 | 212 | 132 | 14 |
| Binary | 11 | 111011 | 10100 | 1011111 | 0 | 1000010 | 1001101 | 10001010 | 1011010 | 1100 |
Color Harmonies of #033B14
Complementary color
Monochromatic Colors of #033B14
Black with #033B14
Text Example
Text Example
White with #033B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B14; }
p { color: rgb(3,59,20); }
H1.HeaderClassName
{
color: #033B14;
}
.AnyTagClassName
{
color: #033B14;
}
</style>
background-color css
<style>
a { background-color: #033B14; }
a { background-color: rgb(3,59,20); }
div.DivClassName
{
background-color: #033B14;
}
.BgClassName
{
background-color: #033B14;
}
</style>
border-color css
<style>
span { border-color: #033B14; }
span { border-color: rgb(3,59,20); }
td.TdClassName
{
border-color: #033B14;
}
.TagClassName
{
border-color: #033B14;
}
</style>