Shades of Dark Green #08261B
Tints of Dark Green #08261B
RGB
CMYK
RGB Variations
Color information
#08261B (or 0x08261B) is known color: Dark Green. HEX triplet: 08, 26 and 1B. RGB value is (8,38,27). Sum of RGB (Red+Green+Blue) = 8+38+27=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 38 (15.23% from 255 or 52.05% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 38 - color contains mainly: green. Hex color #08261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08261B is #F7D9E4. Grayscale: #1B1B1B. Windows color (decimal): -16243173 or 1779208. OLE color: 1779208.
HSL color Cylindrical-coordinate representation of color #08261B: hue angle of 158º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #08261B is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 38 | 27 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.85 |
| HSL | 158º | 0.65% | 0.09% | - |
| HSV(B) | 158º | 0.79% | 0.15% | - |
| XYZ | 0.99 | 1.52 | 1.28 | - |
| YUV | 27.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 27 | 0.79 | 0 | 0.29 | 0.85 | 158 | 0.65 | 0.09 |
| Hex | 8 | 26 | 1B | 4F | 0 | 1D | 55 | 9E | 41 | 9 |
| Octal | 10 | 46 | 33 | 117 | 0 | 35 | 125 | 236 | 101 | 11 |
| Binary | 1000 | 100110 | 11011 | 1001111 | 0 | 11101 | 1010101 | 10011110 | 1000001 | 1001 |
Color Harmonies of #08261B
Complementary color
Monochromatic Colors of #08261B
Black with #08261B
Text Example
Text Example
White with #08261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08261B; }
p { color: rgb(8,38,27); }
H1.HeaderClassName
{
color: #08261B;
}
.AnyTagClassName
{
color: #08261B;
}
</style>
background-color css
<style>
a { background-color: #08261B; }
a { background-color: rgb(8,38,27); }
div.DivClassName
{
background-color: #08261B;
}
.BgClassName
{
background-color: #08261B;
}
</style>
border-color css
<style>
span { border-color: #08261B; }
span { border-color: rgb(8,38,27); }
td.TdClassName
{
border-color: #08261B;
}
.TagClassName
{
border-color: #08261B;
}
</style>