Shades of Dark Green #08241B
Tints of Dark Green #08241B
RGB
CMYK
RGB Variations
Color information
#08241B (or 0x08241B) is known color: Dark Green. HEX triplet: 08, 24 and 1B. RGB value is (8,36,27). Sum of RGB (Red+Green+Blue) = 8+36+27=71 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.27% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #08241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08241B is #F7DBE4. Grayscale: #1A1A1A. Windows color (decimal): -16243685 or 1778696. OLE color: 1778696.
HSL color Cylindrical-coordinate representation of color #08241B: hue angle of 160.71º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #08241B is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 36 | 27 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.86 |
| HSL | 160.71º | 0.64% | 0.09% | - |
| HSV(B) | 160.71º | 0.78% | 0.14% | - |
| XYZ | 0.93 | 1.39 | 1.26 | - |
| YUV | 26.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 27 | 0.78 | 0 | 0.25 | 0.86 | 160.71 | 0.64 | 0.09 |
| Hex | 8 | 24 | 1B | 4E | 0 | 19 | 56 | A1 | 40 | 9 |
| Octal | 10 | 44 | 33 | 116 | 0 | 31 | 126 | 241 | 100 | 11 |
| Binary | 1000 | 100100 | 11011 | 1001110 | 0 | 11001 | 1010110 | 10100001 | 1000000 | 1001 |
Color Harmonies of #08241B
Complementary color
Monochromatic Colors of #08241B
Black with #08241B
Text Example
Text Example
White with #08241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08241B; }
p { color: rgb(8,36,27); }
H1.HeaderClassName
{
color: #08241B;
}
.AnyTagClassName
{
color: #08241B;
}
</style>
background-color css
<style>
a { background-color: #08241B; }
a { background-color: rgb(8,36,27); }
div.DivClassName
{
background-color: #08241B;
}
.BgClassName
{
background-color: #08241B;
}
</style>
border-color css
<style>
span { border-color: #08241B; }
span { border-color: rgb(8,36,27); }
td.TdClassName
{
border-color: #08241B;
}
.TagClassName
{
border-color: #08241B;
}
</style>