Shades of Dark Green #08261C
Tints of Dark Green #08261C
RGB
CMYK
RGB Variations
Color information
#08261C (or 0x08261C) is known color: Dark Green. HEX triplet: 08, 26 and 1C. RGB value is (8,38,28). Sum of RGB (Red+Green+Blue) = 8+38+28=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 38 (15.23% from 255 or 51.35% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 38 - color contains mainly: green. Hex color #08261C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08261C is #F7D9E3. Grayscale: #1B1B1B. Windows color (decimal): -16243172 or 1844744. OLE color: 1844744.
HSL color Cylindrical-coordinate representation of color #08261C: hue angle of 160º 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 #08261C is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 38 | 28 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.85 |
| HSL | 160º | 0.65% | 0.09% | - |
| HSV(B) | 160º | 0.79% | 0.15% | - |
| XYZ | 1 | 1.52 | 1.34 | - |
| YUV | 27.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 28 | 0.79 | 0 | 0.26 | 0.85 | 160 | 0.65 | 0.09 |
| Hex | 8 | 26 | 1C | 4F | 0 | 1A | 55 | A0 | 41 | 9 |
| Octal | 10 | 46 | 34 | 117 | 0 | 32 | 125 | 240 | 101 | 11 |
| Binary | 1000 | 100110 | 11100 | 1001111 | 0 | 11010 | 1010101 | 10100000 | 1000001 | 1001 |
Color Harmonies of #08261C
Complementary color
Monochromatic Colors of #08261C
Black with #08261C
Text Example
Text Example
White with #08261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08261C; }
p { color: rgb(8,38,28); }
H1.HeaderClassName
{
color: #08261C;
}
.AnyTagClassName
{
color: #08261C;
}
</style>
background-color css
<style>
a { background-color: #08261C; }
a { background-color: rgb(8,38,28); }
div.DivClassName
{
background-color: #08261C;
}
.BgClassName
{
background-color: #08261C;
}
</style>
border-color css
<style>
span { border-color: #08261C; }
span { border-color: rgb(8,38,28); }
td.TdClassName
{
border-color: #08261C;
}
.TagClassName
{
border-color: #08261C;
}
</style>