Shades of Dark Green #082826
Tints of Dark Green #082826
RGB
CMYK
RGB Variations
Color information
#082826 (or 0x082826) is known color: Dark Green. HEX triplet: 08, 28 and 26. RGB value is (8,40,38). Sum of RGB (Red+Green+Blue) = 8+40+38=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #082826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082826 is #F7D7D9. Grayscale: #1E1E1E. Windows color (decimal): -16242650 or 2500616. OLE color: 2500616.
HSL color Cylindrical-coordinate representation of color #082826: hue angle of 176.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082826 is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 40 | 38 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.84 |
| HSL | 176.25º | 0.67% | 0.09% | - |
| HSV(B) | 176.25º | 0.8% | 0.16% | - |
| XYZ | 1.21 | 1.71 | 2.1 | - |
| YUV | 30.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 38 | 0.80 | 0 | 0.05 | 0.84 | 176.25 | 0.67 | 0.09 |
| Hex | 8 | 28 | 26 | 50 | 0 | 5 | 54 | B0 | 43 | 9 |
| Octal | 10 | 50 | 46 | 120 | 0 | 5 | 124 | 260 | 103 | 11 |
| Binary | 1000 | 101000 | 100110 | 1010000 | 0 | 101 | 1010100 | 10110000 | 1000011 | 1001 |
Color Harmonies of #082826
Complementary color
Monochromatic Colors of #082826
Black with #082826
Text Example
Text Example
White with #082826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082826; }
p { color: rgb(8,40,38); }
H1.HeaderClassName
{
color: #082826;
}
.AnyTagClassName
{
color: #082826;
}
</style>
background-color css
<style>
a { background-color: #082826; }
a { background-color: rgb(8,40,38); }
div.DivClassName
{
background-color: #082826;
}
.BgClassName
{
background-color: #082826;
}
</style>
border-color css
<style>
span { border-color: #082826; }
span { border-color: rgb(8,40,38); }
td.TdClassName
{
border-color: #082826;
}
.TagClassName
{
border-color: #082826;
}
</style>