Shades of Dark Green #082B18
Tints of Dark Green #082B18
RGB
CMYK
RGB Variations
Color information
#082B18 (or 0x082B18) is known color: Dark Green. HEX triplet: 08, 2B and 18. RGB value is (8,43,24). Sum of RGB (Red+Green+Blue) = 8+43+24=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 43 (17.19% from 255 or 57.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 43 - color contains mainly: green. Hex color #082B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082B18 is #F7D4E7. Grayscale: #1E1E1E. Windows color (decimal): -16241896 or 1583880. OLE color: 1583880.
HSL color Cylindrical-coordinate representation of color #082B18: hue angle of 147.43º 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 #082B18 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 43 | 24 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.83 |
| HSL | 147.43º | 0.69% | 0.1% | - |
| HSV(B) | 147.43º | 0.81% | 0.17% | - |
| XYZ | 1.13 | 1.85 | 1.16 | - |
| YUV | 30.37 | 124.4 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 24 | 0.81 | 0 | 0.44 | 0.83 | 147.43 | 0.69 | 0.1 |
| Hex | 8 | 2B | 18 | 51 | 0 | 2C | 53 | 93 | 45 | A |
| Octal | 10 | 53 | 30 | 121 | 0 | 54 | 123 | 223 | 105 | 12 |
| Binary | 1000 | 101011 | 11000 | 1010001 | 0 | 101100 | 1010011 | 10010011 | 1000101 | 1010 |
Color Harmonies of #082B18
Complementary color
Monochromatic Colors of #082B18
Black with #082B18
Text Example
Text Example
White with #082B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B18; }
p { color: rgb(8,43,24); }
H1.HeaderClassName
{
color: #082B18;
}
.AnyTagClassName
{
color: #082B18;
}
</style>
background-color css
<style>
a { background-color: #082B18; }
a { background-color: rgb(8,43,24); }
div.DivClassName
{
background-color: #082B18;
}
.BgClassName
{
background-color: #082B18;
}
</style>
border-color css
<style>
span { border-color: #082B18; }
span { border-color: rgb(8,43,24); }
td.TdClassName
{
border-color: #082B18;
}
.TagClassName
{
border-color: #082B18;
}
</style>