Shades of Dark Green #08261D
Tints of Dark Green #08261D
RGB
CMYK
RGB Variations
Color information
#08261D (or 0x08261D) is known color: Dark Green. HEX triplet: 08, 26 and 1D. RGB value is (8,38,29). Sum of RGB (Red+Green+Blue) = 8+38+29=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 38 (15.23% from 255 or 50.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 38 - color contains mainly: green. Hex color #08261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08261D is #F7D9E2. Grayscale: #1C1C1C. Windows color (decimal): -16243171 or 1910280. OLE color: 1910280.
HSL color Cylindrical-coordinate representation of color #08261D: hue angle of 162º 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 #08261D is Cyan = 0.79, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 38 | 29 | - |
| CMYK | 0.79 | 0 | 0.24 | 0.85 |
| HSL | 162º | 0.65% | 0.09% | - |
| HSV(B) | 162º | 0.79% | 0.15% | - |
| XYZ | 1.02 | 1.53 | 1.4 | - |
| YUV | 28 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 29 | 0.79 | 0 | 0.24 | 0.85 | 162 | 0.65 | 0.09 |
| Hex | 8 | 26 | 1D | 4F | 0 | 18 | 55 | A2 | 41 | 9 |
| Octal | 10 | 46 | 35 | 117 | 0 | 30 | 125 | 242 | 101 | 11 |
| Binary | 1000 | 100110 | 11101 | 1001111 | 0 | 11000 | 1010101 | 10100010 | 1000001 | 1001 |
Color Harmonies of #08261D
Complementary color
Monochromatic Colors of #08261D
Black with #08261D
Text Example
Text Example
White with #08261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08261D; }
p { color: rgb(8,38,29); }
H1.HeaderClassName
{
color: #08261D;
}
.AnyTagClassName
{
color: #08261D;
}
</style>
background-color css
<style>
a { background-color: #08261D; }
a { background-color: rgb(8,38,29); }
div.DivClassName
{
background-color: #08261D;
}
.BgClassName
{
background-color: #08261D;
}
</style>
border-color css
<style>
span { border-color: #08261D; }
span { border-color: rgb(8,38,29); }
td.TdClassName
{
border-color: #08261D;
}
.TagClassName
{
border-color: #08261D;
}
</style>