Shades of Deep Fir #083D15
Tints of Deep Fir #083D15
RGB
CMYK
RGB Variations
Color information
#083D15 (or 0x083D15) is known color: Deep Fir. HEX triplet: 08, 3D and 15. RGB value is (8,61,21). Sum of RGB (Red+Green+Blue) = 8+61+21=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 61 (24.22% from 255 or 67.78% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 61 - color contains mainly: green. Hex color #083D15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083D15 is #F7C2EA. Grayscale: #282828. Windows color (decimal): -16237291 or 1391880. OLE color: 1391880.
HSL color Cylindrical-coordinate representation of color #083D15: hue angle of 134.72º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083D15 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 61 | 21 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.76 |
| HSL | 134.72º | 0.77% | 0.14% | - |
| HSV(B) | 134.72º | 0.87% | 0.24% | - |
| XYZ | 1.9 | 3.44 | 1.27 | - |
| YUV | 40.59 | 116.94 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 21 | 0.87 | 0 | 0.66 | 0.76 | 134.72 | 0.77 | 0.14 |
| Hex | 8 | 3D | 15 | 57 | 0 | 42 | 4C | 87 | 4D | E |
| Octal | 10 | 75 | 25 | 127 | 0 | 102 | 114 | 207 | 115 | 16 |
| Binary | 1000 | 111101 | 10101 | 1010111 | 0 | 1000010 | 1001100 | 10000111 | 1001101 | 1110 |
Color Harmonies of #083D15
Complementary color
Monochromatic Colors of #083D15
Black with #083D15
Text Example
Text Example
White with #083D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D15; }
p { color: rgb(8,61,21); }
H1.HeaderClassName
{
color: #083D15;
}
.AnyTagClassName
{
color: #083D15;
}
</style>
background-color css
<style>
a { background-color: #083D15; }
a { background-color: rgb(8,61,21); }
div.DivClassName
{
background-color: #083D15;
}
.BgClassName
{
background-color: #083D15;
}
</style>
border-color css
<style>
span { border-color: #083D15; }
span { border-color: rgb(8,61,21); }
td.TdClassName
{
border-color: #083D15;
}
.TagClassName
{
border-color: #083D15;
}
</style>