Shades of Dark Green #083B2D
Tints of Dark Green #083B2D
RGB
CMYK
RGB Variations
Color information
#083B2D (or 0x083B2D) is known color: Dark Green. HEX triplet: 08, 3B and 2D. RGB value is (8,59,45). Sum of RGB (Red+Green+Blue) = 8+59+45=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 59 (23.44% from 255 or 52.68% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 59 - color contains mainly: green. Hex color #083B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B2D is #F7C4D2. Grayscale: #2A2A2A. Windows color (decimal): -16237779 or 2964232. OLE color: 2964232.
HSL color Cylindrical-coordinate representation of color #083B2D: hue angle of 163.53º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083B2D is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 59 | 45 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.77 |
| HSL | 163.53º | 0.76% | 0.13% | - |
| HSV(B) | 163.53º | 0.86% | 0.23% | - |
| XYZ | 2.14 | 3.37 | 3.02 | - |
| YUV | 42.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 45 | 0.86 | 0 | 0.24 | 0.77 | 163.53 | 0.76 | 0.13 |
| Hex | 8 | 3B | 2D | 56 | 0 | 18 | 4D | A4 | 4C | D |
| Octal | 10 | 73 | 55 | 126 | 0 | 30 | 115 | 244 | 114 | 15 |
| Binary | 1000 | 111011 | 101101 | 1010110 | 0 | 11000 | 1001101 | 10100100 | 1001100 | 1101 |
Color Harmonies of #083B2D
Complementary color
Monochromatic Colors of #083B2D
Black with #083B2D
Text Example
Text Example
White with #083B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B2D; }
p { color: rgb(8,59,45); }
H1.HeaderClassName
{
color: #083B2D;
}
.AnyTagClassName
{
color: #083B2D;
}
</style>
background-color css
<style>
a { background-color: #083B2D; }
a { background-color: rgb(8,59,45); }
div.DivClassName
{
background-color: #083B2D;
}
.BgClassName
{
background-color: #083B2D;
}
</style>
border-color css
<style>
span { border-color: #083B2D; }
span { border-color: rgb(8,59,45); }
td.TdClassName
{
border-color: #083B2D;
}
.TagClassName
{
border-color: #083B2D;
}
</style>