Shades of Dark Green #08241C
Tints of Dark Green #08241C
RGB
CMYK
RGB Variations
Color information
#08241C (or 0x08241C) is known color: Dark Green. HEX triplet: 08, 24 and 1C. RGB value is (8,36,28). Sum of RGB (Red+Green+Blue) = 8+36+28=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #08241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08241C is #F7DBE3. Grayscale: #1A1A1A. Windows color (decimal): -16243684 or 1844232. OLE color: 1844232.
HSL color Cylindrical-coordinate representation of color #08241C: hue angle of 162.86º 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 #08241C is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 36 | 28 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.86 |
| HSL | 162.86º | 0.64% | 0.09% | - |
| HSV(B) | 162.86º | 0.78% | 0.14% | - |
| XYZ | 0.94 | 1.4 | 1.32 | - |
| YUV | 26.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 28 | 0.78 | 0 | 0.22 | 0.86 | 162.86 | 0.64 | 0.09 |
| Hex | 8 | 24 | 1C | 4E | 0 | 16 | 56 | A3 | 40 | 9 |
| Octal | 10 | 44 | 34 | 116 | 0 | 26 | 126 | 243 | 100 | 11 |
| Binary | 1000 | 100100 | 11100 | 1001110 | 0 | 10110 | 1010110 | 10100011 | 1000000 | 1001 |
Color Harmonies of #08241C
Complementary color
Monochromatic Colors of #08241C
Black with #08241C
Text Example
Text Example
White with #08241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08241C; }
p { color: rgb(8,36,28); }
H1.HeaderClassName
{
color: #08241C;
}
.AnyTagClassName
{
color: #08241C;
}
</style>
background-color css
<style>
a { background-color: #08241C; }
a { background-color: rgb(8,36,28); }
div.DivClassName
{
background-color: #08241C;
}
.BgClassName
{
background-color: #08241C;
}
</style>
border-color css
<style>
span { border-color: #08241C; }
span { border-color: rgb(8,36,28); }
td.TdClassName
{
border-color: #08241C;
}
.TagClassName
{
border-color: #08241C;
}
</style>