Shades of Dark Green #082719
Tints of Dark Green #082719
RGB
CMYK
RGB Variations
Color information
#082719 (or 0x082719) is known color: Dark Green. HEX triplet: 08, 27 and 19. RGB value is (8,39,25). Sum of RGB (Red+Green+Blue) = 8+39+25=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #082719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082719 is #F7D8E6. Grayscale: #1C1C1C. Windows color (decimal): -16242919 or 1648392. OLE color: 1648392.
HSL color Cylindrical-coordinate representation of color #082719: hue angle of 152.9º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082719 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 39 | 25 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.85 |
| HSL | 152.9º | 0.66% | 0.09% | - |
| HSV(B) | 152.9º | 0.79% | 0.15% | - |
| XYZ | 1 | 1.57 | 1.17 | - |
| YUV | 28.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 25 | 0.79 | 0 | 0.36 | 0.85 | 152.9 | 0.66 | 0.09 |
| Hex | 8 | 27 | 19 | 4F | 0 | 24 | 55 | 99 | 42 | 9 |
| Octal | 10 | 47 | 31 | 117 | 0 | 44 | 125 | 231 | 102 | 11 |
| Binary | 1000 | 100111 | 11001 | 1001111 | 0 | 100100 | 1010101 | 10011001 | 1000010 | 1001 |
Color Harmonies of #082719
Complementary color
Monochromatic Colors of #082719
Black with #082719
Text Example
Text Example
White with #082719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082719; }
p { color: rgb(8,39,25); }
H1.HeaderClassName
{
color: #082719;
}
.AnyTagClassName
{
color: #082719;
}
</style>
background-color css
<style>
a { background-color: #082719; }
a { background-color: rgb(8,39,25); }
div.DivClassName
{
background-color: #082719;
}
.BgClassName
{
background-color: #082719;
}
</style>
border-color css
<style>
span { border-color: #082719; }
span { border-color: rgb(8,39,25); }
td.TdClassName
{
border-color: #082719;
}
.TagClassName
{
border-color: #082719;
}
</style>