Shades of Dark Green #082919
Tints of Dark Green #082919
RGB
CMYK
RGB Variations
Color information
#082919 (or 0x082919) is known color: Dark Green. HEX triplet: 08, 29 and 19. RGB value is (8,41,25). Sum of RGB (Red+Green+Blue) = 8+41+25=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 41 (16.41% from 255 or 55.41% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 41 - color contains mainly: green. Hex color #082919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082919 is #F7D6E6. Grayscale: #1D1D1D. Windows color (decimal): -16242407 or 1648904. OLE color: 1648904.
HSL color Cylindrical-coordinate representation of color #082919: hue angle of 150.91º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082919 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 41 | 25 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.84 |
| HSL | 150.91º | 0.67% | 0.1% | - |
| HSV(B) | 150.91º | 0.8% | 0.16% | - |
| XYZ | 1.07 | 1.71 | 1.19 | - |
| YUV | 29.31 | 125.57 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 25 | 0.80 | 0 | 0.39 | 0.84 | 150.91 | 0.67 | 0.1 |
| Hex | 8 | 29 | 19 | 50 | 0 | 27 | 54 | 97 | 43 | A |
| Octal | 10 | 51 | 31 | 120 | 0 | 47 | 124 | 227 | 103 | 12 |
| Binary | 1000 | 101001 | 11001 | 1010000 | 0 | 100111 | 1010100 | 10010111 | 1000011 | 1010 |
Color Harmonies of #082919
Complementary color
Monochromatic Colors of #082919
Black with #082919
Text Example
Text Example
White with #082919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082919; }
p { color: rgb(8,41,25); }
H1.HeaderClassName
{
color: #082919;
}
.AnyTagClassName
{
color: #082919;
}
</style>
background-color css
<style>
a { background-color: #082919; }
a { background-color: rgb(8,41,25); }
div.DivClassName
{
background-color: #082919;
}
.BgClassName
{
background-color: #082919;
}
</style>
border-color css
<style>
span { border-color: #082919; }
span { border-color: rgb(8,41,25); }
td.TdClassName
{
border-color: #082919;
}
.TagClassName
{
border-color: #082919;
}
</style>