Shades of Dark Green #08231E
Tints of Dark Green #08231E
RGB
CMYK
RGB Variations
Color information
#08231E (or 0x08231E) is known color: Dark Green. HEX triplet: 08, 23 and 1E. RGB value is (8,35,30). Sum of RGB (Red+Green+Blue) = 8+35+30=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #08231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08231E is #F7DCE1. Grayscale: #1A1A1A. Windows color (decimal): -16243938 or 1975048. OLE color: 1975048.
HSL color Cylindrical-coordinate representation of color #08231E: hue angle of 168.89º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #08231E is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 35 | 30 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.86 |
| HSL | 168.89º | 0.63% | 0.08% | - |
| HSV(B) | 168.89º | 0.77% | 0.14% | - |
| XYZ | 0.94 | 1.35 | 1.44 | - |
| YUV | 26.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 30 | 0.77 | 0 | 0.14 | 0.86 | 168.89 | 0.63 | 0.08 |
| Hex | 8 | 23 | 1E | 4D | 0 | E | 56 | A9 | 3F | 8 |
| Octal | 10 | 43 | 36 | 115 | 0 | 16 | 126 | 251 | 77 | 10 |
| Binary | 1000 | 100011 | 11110 | 1001101 | 0 | 1110 | 1010110 | 10101001 | 111111 | 1000 |
Color Harmonies of #08231E
Complementary color
Monochromatic Colors of #08231E
Black with #08231E
Text Example
Text Example
White with #08231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08231E; }
p { color: rgb(8,35,30); }
H1.HeaderClassName
{
color: #08231E;
}
.AnyTagClassName
{
color: #08231E;
}
</style>
background-color css
<style>
a { background-color: #08231E; }
a { background-color: rgb(8,35,30); }
div.DivClassName
{
background-color: #08231E;
}
.BgClassName
{
background-color: #08231E;
}
</style>
border-color css
<style>
span { border-color: #08231E; }
span { border-color: rgb(8,35,30); }
td.TdClassName
{
border-color: #08231E;
}
.TagClassName
{
border-color: #08231E;
}
</style>