Shades of Deep Fir #033D0B
Tints of Deep Fir #033D0B
RGB
CMYK
RGB Variations
Color information
#033D0B (or 0x033D0B) is known color: Deep Fir. HEX triplet: 03, 3D and 0B. RGB value is (3,61,11). Sum of RGB (Red+Green+Blue) = 3+61+11=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 61 (24.22% from 255 or 81.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 61 - color contains mainly: green. Hex color #033D0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033D0B is #FCC2F4. Grayscale: #262626. Windows color (decimal): -16564981 or 736515. OLE color: 736515.
HSL color Cylindrical-coordinate representation of color #033D0B: hue angle of 128.28º 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 #033D0B is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 11 | - |
| CMYK | 0.95 | 0 | 0.82 | 0.76 |
| HSL | 128.28º | 0.91% | 0.13% | - |
| HSV(B) | 128.28º | 0.95% | 0.24% | - |
| XYZ | 1.77 | 3.38 | 0.88 | - |
| YUV | 37.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 11 | 0.95 | 0 | 0.82 | 0.76 | 128.28 | 0.91 | 0.13 |
| Hex | 3 | 3D | B | 5F | 0 | 52 | 4C | 80 | 5B | D |
| Octal | 3 | 75 | 13 | 137 | 0 | 122 | 114 | 200 | 133 | 15 |
| Binary | 11 | 111101 | 1011 | 1011111 | 0 | 1010010 | 1001100 | 10000000 | 1011011 | 1101 |
Color Harmonies of #033D0B
Complementary color
Monochromatic Colors of #033D0B
Black with #033D0B
Text Example
Text Example
White with #033D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D0B; }
p { color: rgb(3,61,11); }
H1.HeaderClassName
{
color: #033D0B;
}
.AnyTagClassName
{
color: #033D0B;
}
</style>
background-color css
<style>
a { background-color: #033D0B; }
a { background-color: rgb(3,61,11); }
div.DivClassName
{
background-color: #033D0B;
}
.BgClassName
{
background-color: #033D0B;
}
</style>
border-color css
<style>
span { border-color: #033D0B; }
span { border-color: rgb(3,61,11); }
td.TdClassName
{
border-color: #033D0B;
}
.TagClassName
{
border-color: #033D0B;
}
</style>