Shades of Dark Green #08251D
Tints of Dark Green #08251D
RGB
CMYK
RGB Variations
Color information
#08251D (or 0x08251D) is known color: Dark Green. HEX triplet: 08, 25 and 1D. RGB value is (8,37,29). Sum of RGB (Red+Green+Blue) = 8+37+29=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #08251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08251D is #F7DAE2. Grayscale: #1B1B1B. Windows color (decimal): -16243427 or 1910024. OLE color: 1910024.
HSL color Cylindrical-coordinate representation of color #08251D: hue angle of 163.45º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08251D is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 37 | 29 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.85 |
| HSL | 163.45º | 0.64% | 0.09% | - |
| HSV(B) | 163.45º | 0.78% | 0.15% | - |
| XYZ | 0.98 | 1.46 | 1.39 | - |
| YUV | 27.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 29 | 0.78 | 0 | 0.22 | 0.85 | 163.45 | 0.64 | 0.09 |
| Hex | 8 | 25 | 1D | 4E | 0 | 16 | 55 | A3 | 40 | 9 |
| Octal | 10 | 45 | 35 | 116 | 0 | 26 | 125 | 243 | 100 | 11 |
| Binary | 1000 | 100101 | 11101 | 1001110 | 0 | 10110 | 1010101 | 10100011 | 1000000 | 1001 |
Color Harmonies of #08251D
Complementary color
Monochromatic Colors of #08251D
Black with #08251D
Text Example
Text Example
White with #08251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08251D; }
p { color: rgb(8,37,29); }
H1.HeaderClassName
{
color: #08251D;
}
.AnyTagClassName
{
color: #08251D;
}
</style>
background-color css
<style>
a { background-color: #08251D; }
a { background-color: rgb(8,37,29); }
div.DivClassName
{
background-color: #08251D;
}
.BgClassName
{
background-color: #08251D;
}
</style>
border-color css
<style>
span { border-color: #08251D; }
span { border-color: rgb(8,37,29); }
td.TdClassName
{
border-color: #08251D;
}
.TagClassName
{
border-color: #08251D;
}
</style>