Shades of Dark Green #08251B
Tints of Dark Green #08251B
RGB
CMYK
RGB Variations
Color information
#08251B (or 0x08251B) is known color: Dark Green. HEX triplet: 08, 25 and 1B. RGB value is (8,37,27). Sum of RGB (Red+Green+Blue) = 8+37+27=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 37 (14.84% from 255 or 51.39% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 37 - color contains mainly: green. Hex color #08251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08251B is #F7DAE4. Grayscale: #1B1B1B. Windows color (decimal): -16243429 or 1778952. OLE color: 1778952.
HSL color Cylindrical-coordinate representation of color #08251B: hue angle of 159.31º 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 #08251B is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 37 | 27 | - |
| CMYK | 0.78 | 0 | 0.27 | 0.85 |
| HSL | 159.31º | 0.64% | 0.09% | - |
| HSV(B) | 159.31º | 0.78% | 0.15% | - |
| XYZ | 0.96 | 1.45 | 1.27 | - |
| YUV | 27.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 27 | 0.78 | 0 | 0.27 | 0.85 | 159.31 | 0.64 | 0.09 |
| Hex | 8 | 25 | 1B | 4E | 0 | 1B | 55 | 9F | 40 | 9 |
| Octal | 10 | 45 | 33 | 116 | 0 | 33 | 125 | 237 | 100 | 11 |
| Binary | 1000 | 100101 | 11011 | 1001110 | 0 | 11011 | 1010101 | 10011111 | 1000000 | 1001 |
Color Harmonies of #08251B
Complementary color
Monochromatic Colors of #08251B
Black with #08251B
Text Example
Text Example
White with #08251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08251B; }
p { color: rgb(8,37,27); }
H1.HeaderClassName
{
color: #08251B;
}
.AnyTagClassName
{
color: #08251B;
}
</style>
background-color css
<style>
a { background-color: #08251B; }
a { background-color: rgb(8,37,27); }
div.DivClassName
{
background-color: #08251B;
}
.BgClassName
{
background-color: #08251B;
}
</style>
border-color css
<style>
span { border-color: #08251B; }
span { border-color: rgb(8,37,27); }
td.TdClassName
{
border-color: #08251B;
}
.TagClassName
{
border-color: #08251B;
}
</style>