Shades of Dark Green #082B27
Tints of Dark Green #082B27
RGB
CMYK
RGB Variations
Color information
#082B27 (or 0x082B27) is known color: Dark Green. HEX triplet: 08, 2B and 27. RGB value is (8,43,39). Sum of RGB (Red+Green+Blue) = 8+43+39=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 43 (17.19% from 255 or 47.78% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 43 - color contains mainly: green. Hex color #082B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B27 is #F7D4D8. Grayscale: #202020. Windows color (decimal): -16241881 or 2566920. OLE color: 2566920.
HSL color Cylindrical-coordinate representation of color #082B27: hue angle of 173.14º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082B27 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 43 | 39 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.83 |
| HSL | 173.14º | 0.69% | 0.1% | - |
| HSV(B) | 173.14º | 0.81% | 0.17% | - |
| XYZ | 1.33 | 1.93 | 2.22 | - |
| YUV | 32.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 39 | 0.81 | 0 | 0.09 | 0.83 | 173.14 | 0.69 | 0.1 |
| Hex | 8 | 2B | 27 | 51 | 0 | 9 | 53 | AD | 45 | A |
| Octal | 10 | 53 | 47 | 121 | 0 | 11 | 123 | 255 | 105 | 12 |
| Binary | 1000 | 101011 | 100111 | 1010001 | 0 | 1001 | 1010011 | 10101101 | 1000101 | 1010 |
Color Harmonies of #082B27
Complementary color
Monochromatic Colors of #082B27
Black with #082B27
Text Example
Text Example
White with #082B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B27; }
p { color: rgb(8,43,39); }
H1.HeaderClassName
{
color: #082B27;
}
.AnyTagClassName
{
color: #082B27;
}
</style>
background-color css
<style>
a { background-color: #082B27; }
a { background-color: rgb(8,43,39); }
div.DivClassName
{
background-color: #082B27;
}
.BgClassName
{
background-color: #082B27;
}
</style>
border-color css
<style>
span { border-color: #082B27; }
span { border-color: rgb(8,43,39); }
td.TdClassName
{
border-color: #082B27;
}
.TagClassName
{
border-color: #082B27;
}
</style>