Shades of Dark Green #08231F
Tints of Dark Green #08231F
RGB
CMYK
RGB Variations
Color information
#08231F (or 0x08231F) is known color: Dark Green. HEX triplet: 08, 23 and 1F. RGB value is (8,35,31). Sum of RGB (Red+Green+Blue) = 8+35+31=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #08231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08231F is #F7DCE0. Grayscale: #1A1A1A. Windows color (decimal): -16243937 or 2040584. OLE color: 2040584.
HSL color Cylindrical-coordinate representation of color #08231F: hue angle of 171.11º 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 #08231F is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 35 | 31 | - |
| CMYK | 0.77 | 0 | 0.11 | 0.86 |
| HSL | 171.11º | 0.63% | 0.08% | - |
| HSV(B) | 171.11º | 0.77% | 0.14% | - |
| XYZ | 0.95 | 1.35 | 1.51 | - |
| YUV | 26.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 31 | 0.77 | 0 | 0.11 | 0.86 | 171.11 | 0.63 | 0.08 |
| Hex | 8 | 23 | 1F | 4D | 0 | B | 56 | AB | 3F | 8 |
| Octal | 10 | 43 | 37 | 115 | 0 | 13 | 126 | 253 | 77 | 10 |
| Binary | 1000 | 100011 | 11111 | 1001101 | 0 | 1011 | 1010110 | 10101011 | 111111 | 1000 |
Color Harmonies of #08231F
Complementary color
Monochromatic Colors of #08231F
Black with #08231F
Text Example
Text Example
White with #08231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08231F; }
p { color: rgb(8,35,31); }
H1.HeaderClassName
{
color: #08231F;
}
.AnyTagClassName
{
color: #08231F;
}
</style>
background-color css
<style>
a { background-color: #08231F; }
a { background-color: rgb(8,35,31); }
div.DivClassName
{
background-color: #08231F;
}
.BgClassName
{
background-color: #08231F;
}
</style>
border-color css
<style>
span { border-color: #08231F; }
span { border-color: rgb(8,35,31); }
td.TdClassName
{
border-color: #08231F;
}
.TagClassName
{
border-color: #08231F;
}
</style>