Shades of Dark Green #08281E
Tints of Dark Green #08281E
RGB
CMYK
RGB Variations
Color information
#08281E (or 0x08281E) is known color: Dark Green. HEX triplet: 08, 28 and 1E. RGB value is (8,40,30). Sum of RGB (Red+Green+Blue) = 8+40+30=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #08281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08281E is #F7D7E1. Grayscale: #1D1D1D. Windows color (decimal): -16242658 or 1976328. OLE color: 1976328.
HSL color Cylindrical-coordinate representation of color #08281E: hue angle of 161.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 #08281E is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 40 | 30 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.84 |
| HSL | 161.25º | 0.67% | 0.09% | - |
| HSV(B) | 161.25º | 0.8% | 0.16% | - |
| XYZ | 1.09 | 1.66 | 1.49 | - |
| YUV | 29.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 30 | 0.80 | 0 | 0.25 | 0.84 | 161.25 | 0.67 | 0.09 |
| Hex | 8 | 28 | 1E | 50 | 0 | 19 | 54 | A1 | 43 | 9 |
| Octal | 10 | 50 | 36 | 120 | 0 | 31 | 124 | 241 | 103 | 11 |
| Binary | 1000 | 101000 | 11110 | 1010000 | 0 | 11001 | 1010100 | 10100001 | 1000011 | 1001 |
Color Harmonies of #08281E
Complementary color
Monochromatic Colors of #08281E
Black with #08281E
Text Example
Text Example
White with #08281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08281E; }
p { color: rgb(8,40,30); }
H1.HeaderClassName
{
color: #08281E;
}
.AnyTagClassName
{
color: #08281E;
}
</style>
background-color css
<style>
a { background-color: #08281E; }
a { background-color: rgb(8,40,30); }
div.DivClassName
{
background-color: #08281E;
}
.BgClassName
{
background-color: #08281E;
}
</style>
border-color css
<style>
span { border-color: #08281E; }
span { border-color: rgb(8,40,30); }
td.TdClassName
{
border-color: #08281E;
}
.TagClassName
{
border-color: #08281E;
}
</style>