Shades of Dark Green #08231B
Tints of Dark Green #08231B
RGB
CMYK
RGB Variations
Color information
#08231B (or 0x08231B) is known color: Dark Green. HEX triplet: 08, 23 and 1B. RGB value is (8,35,27). Sum of RGB (Red+Green+Blue) = 8+35+27=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 35 (14.06% from 255 or 50% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 35 - color contains mainly: green. Hex color #08231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08231B is #F7DCE4. Grayscale: #1A1A1A. Windows color (decimal): -16243941 or 1778440. OLE color: 1778440.
HSL color Cylindrical-coordinate representation of color #08231B: hue angle of 162.22º 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 #08231B is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 35 | 27 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.86 |
| HSL | 162.22º | 0.63% | 0.08% | - |
| HSV(B) | 162.22º | 0.77% | 0.14% | - |
| XYZ | 0.9 | 1.33 | 1.25 | - |
| YUV | 26.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 27 | 0.77 | 0 | 0.23 | 0.86 | 162.22 | 0.63 | 0.08 |
| Hex | 8 | 23 | 1B | 4D | 0 | 17 | 56 | A2 | 3F | 8 |
| Octal | 10 | 43 | 33 | 115 | 0 | 27 | 126 | 242 | 77 | 10 |
| Binary | 1000 | 100011 | 11011 | 1001101 | 0 | 10111 | 1010110 | 10100010 | 111111 | 1000 |
Color Harmonies of #08231B
Complementary color
Monochromatic Colors of #08231B
Black with #08231B
Text Example
Text Example
White with #08231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08231B; }
p { color: rgb(8,35,27); }
H1.HeaderClassName
{
color: #08231B;
}
.AnyTagClassName
{
color: #08231B;
}
</style>
background-color css
<style>
a { background-color: #08231B; }
a { background-color: rgb(8,35,27); }
div.DivClassName
{
background-color: #08231B;
}
.BgClassName
{
background-color: #08231B;
}
</style>
border-color css
<style>
span { border-color: #08231B; }
span { border-color: rgb(8,35,27); }
td.TdClassName
{
border-color: #08231B;
}
.TagClassName
{
border-color: #08231B;
}
</style>