Shades of Dark Green #082F23
Tints of Dark Green #082F23
RGB
CMYK
RGB Variations
Color information
#082F23 (or 0x082F23) is known color: Dark Green. HEX triplet: 08, 2F and 23. RGB value is (8,47,35). Sum of RGB (Red+Green+Blue) = 8+47+35=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #082F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F23 is #F7D0DC. Grayscale: #212121. Windows color (decimal): -16240861 or 2305800. OLE color: 2305800.
HSL color Cylindrical-coordinate representation of color #082F23: hue angle of 161.54º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082F23 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 35 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.82 |
| HSL | 161.54º | 0.71% | 0.11% | - |
| HSV(B) | 161.54º | 0.83% | 0.18% | - |
| XYZ | 1.42 | 2.21 | 1.94 | - |
| YUV | 33.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 35 | 0.83 | 0 | 0.26 | 0.82 | 161.54 | 0.71 | 0.11 |
| Hex | 8 | 2F | 23 | 53 | 0 | 1A | 52 | A2 | 47 | B |
| Octal | 10 | 57 | 43 | 123 | 0 | 32 | 122 | 242 | 107 | 13 |
| Binary | 1000 | 101111 | 100011 | 1010011 | 0 | 11010 | 1010010 | 10100010 | 1000111 | 1011 |
Color Harmonies of #082F23
Complementary color
Monochromatic Colors of #082F23
Black with #082F23
Text Example
Text Example
White with #082F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F23; }
p { color: rgb(8,47,35); }
H1.HeaderClassName
{
color: #082F23;
}
.AnyTagClassName
{
color: #082F23;
}
</style>
background-color css
<style>
a { background-color: #082F23; }
a { background-color: rgb(8,47,35); }
div.DivClassName
{
background-color: #082F23;
}
.BgClassName
{
background-color: #082F23;
}
</style>
border-color css
<style>
span { border-color: #082F23; }
span { border-color: rgb(8,47,35); }
td.TdClassName
{
border-color: #082F23;
}
.TagClassName
{
border-color: #082F23;
}
</style>