Shades of Dark Green #08291F
Tints of Dark Green #08291F
RGB
CMYK
RGB Variations
Color information
#08291F (or 0x08291F) is known color: Dark Green. HEX triplet: 08, 29 and 1F. RGB value is (8,41,31). Sum of RGB (Red+Green+Blue) = 8+41+31=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 41 (16.41% from 255 or 51.25% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 41 - color contains mainly: green. Hex color #08291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08291F is #F7D6E0. Grayscale: #1D1D1D. Windows color (decimal): -16242401 or 2042120. OLE color: 2042120.
HSL color Cylindrical-coordinate representation of color #08291F: hue angle of 161.82º 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 #08291F is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 41 | 31 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.84 |
| HSL | 161.82º | 0.67% | 0.1% | - |
| HSV(B) | 161.82º | 0.8% | 0.16% | - |
| XYZ | 1.14 | 1.74 | 1.57 | - |
| YUV | 29.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 31 | 0.80 | 0 | 0.24 | 0.84 | 161.82 | 0.67 | 0.1 |
| Hex | 8 | 29 | 1F | 50 | 0 | 18 | 54 | A2 | 43 | A |
| Octal | 10 | 51 | 37 | 120 | 0 | 30 | 124 | 242 | 103 | 12 |
| Binary | 1000 | 101001 | 11111 | 1010000 | 0 | 11000 | 1010100 | 10100010 | 1000011 | 1010 |
Color Harmonies of #08291F
Complementary color
Monochromatic Colors of #08291F
Black with #08291F
Text Example
Text Example
White with #08291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08291F; }
p { color: rgb(8,41,31); }
H1.HeaderClassName
{
color: #08291F;
}
.AnyTagClassName
{
color: #08291F;
}
</style>
background-color css
<style>
a { background-color: #08291F; }
a { background-color: rgb(8,41,31); }
div.DivClassName
{
background-color: #08291F;
}
.BgClassName
{
background-color: #08291F;
}
</style>
border-color css
<style>
span { border-color: #08291F; }
span { border-color: rgb(8,41,31); }
td.TdClassName
{
border-color: #08291F;
}
.TagClassName
{
border-color: #08291F;
}
</style>