Shades of Dark Green #083B2F
Tints of Dark Green #083B2F
RGB
CMYK
RGB Variations
Color information
#083B2F (or 0x083B2F) is known color: Dark Green. HEX triplet: 08, 3B and 2F. RGB value is (8,59,47). Sum of RGB (Red+Green+Blue) = 8+59+47=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 59 (23.44% from 255 or 51.75% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 59 - color contains mainly: green. Hex color #083B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B2F is #F7C4D0. Grayscale: #2A2A2A. Windows color (decimal): -16237777 or 3095304. OLE color: 3095304.
HSL color Cylindrical-coordinate representation of color #083B2F: hue angle of 165.88º 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 #083B2F is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 59 | 47 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.77 |
| HSL | 165.88º | 0.76% | 0.13% | - |
| HSV(B) | 165.88º | 0.86% | 0.23% | - |
| XYZ | 2.18 | 3.38 | 3.23 | - |
| YUV | 42.38 | 130.6 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 47 | 0.86 | 0 | 0.20 | 0.77 | 165.88 | 0.76 | 0.13 |
| Hex | 8 | 3B | 2F | 56 | 0 | 14 | 4D | A6 | 4C | D |
| Octal | 10 | 73 | 57 | 126 | 0 | 24 | 115 | 246 | 114 | 15 |
| Binary | 1000 | 111011 | 101111 | 1010110 | 0 | 10100 | 1001101 | 10100110 | 1001100 | 1101 |
Color Harmonies of #083B2F
Complementary color
Monochromatic Colors of #083B2F
Black with #083B2F
Text Example
Text Example
White with #083B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B2F; }
p { color: rgb(8,59,47); }
H1.HeaderClassName
{
color: #083B2F;
}
.AnyTagClassName
{
color: #083B2F;
}
</style>
background-color css
<style>
a { background-color: #083B2F; }
a { background-color: rgb(8,59,47); }
div.DivClassName
{
background-color: #083B2F;
}
.BgClassName
{
background-color: #083B2F;
}
</style>
border-color css
<style>
span { border-color: #083B2F; }
span { border-color: rgb(8,59,47); }
td.TdClassName
{
border-color: #083B2F;
}
.TagClassName
{
border-color: #083B2F;
}
</style>