Shades of Deep Fir #033E0F
Tints of Deep Fir #033E0F
RGB
CMYK
RGB Variations
Color information
#033E0F (or 0x033E0F) is known color: Deep Fir. HEX triplet: 03, 3E and 0F. RGB value is (3,62,15). Sum of RGB (Red+Green+Blue) = 3+62+15=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 62 (24.61% from 255 or 77.5% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 62 - color contains mainly: green. Hex color #033E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033E0F is #FCC1F0. Grayscale: #272727. Windows color (decimal): -16564721 or 998915. OLE color: 998915.
HSL color Cylindrical-coordinate representation of color #033E0F: hue angle of 132.2º 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 #033E0F is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 62 | 15 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.76 |
| HSL | 132.2º | 0.91% | 0.13% | - |
| HSV(B) | 132.2º | 0.95% | 0.24% | - |
| XYZ | 1.85 | 3.5 | 1.03 | - |
| YUV | 39 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 15 | 0.95 | 0 | 0.76 | 0.76 | 132.2 | 0.91 | 0.13 |
| Hex | 3 | 3E | F | 5F | 0 | 4C | 4C | 84 | 5B | D |
| Octal | 3 | 76 | 17 | 137 | 0 | 114 | 114 | 204 | 133 | 15 |
| Binary | 11 | 111110 | 1111 | 1011111 | 0 | 1001100 | 1001100 | 10000100 | 1011011 | 1101 |
Color Harmonies of #033E0F
Complementary color
Monochromatic Colors of #033E0F
Black with #033E0F
Text Example
Text Example
White with #033E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E0F; }
p { color: rgb(3,62,15); }
H1.HeaderClassName
{
color: #033E0F;
}
.AnyTagClassName
{
color: #033E0F;
}
</style>
background-color css
<style>
a { background-color: #033E0F; }
a { background-color: rgb(3,62,15); }
div.DivClassName
{
background-color: #033E0F;
}
.BgClassName
{
background-color: #033E0F;
}
</style>
border-color css
<style>
span { border-color: #033E0F; }
span { border-color: rgb(3,62,15); }
td.TdClassName
{
border-color: #033E0F;
}
.TagClassName
{
border-color: #033E0F;
}
</style>