Shades of Dark Green #0A241B
Tints of Dark Green #0A241B
RGB
CMYK
RGB Variations
Color information
#0A241B (or 0x0A241B) is known color: Dark Green. HEX triplet: 0A, 24 and 1B. RGB value is (10,36,27). Sum of RGB (Red+Green+Blue) = 10+36+27=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #0A241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A241B is #F5DBE4. Grayscale: #1B1B1B. Windows color (decimal): -16112613 or 1778698. OLE color: 1778698.
HSL color Cylindrical-coordinate representation of color #0A241B: hue angle of 159.23º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A241B is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 27 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.86 |
| HSL | 159.23º | 0.57% | 0.09% | - |
| HSV(B) | 159.23º | 0.72% | 0.14% | - |
| XYZ | 0.95 | 1.41 | 1.26 | - |
| YUV | 27.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 27 | 0.72 | 0 | 0.25 | 0.86 | 159.23 | 0.57 | 0.09 |
| Hex | A | 24 | 1B | 48 | 0 | 19 | 56 | 9F | 39 | 9 |
| Octal | 12 | 44 | 33 | 110 | 0 | 31 | 126 | 237 | 71 | 11 |
| Binary | 1010 | 100100 | 11011 | 1001000 | 0 | 11001 | 1010110 | 10011111 | 111001 | 1001 |
Color Harmonies of #0A241B
Complementary color
Monochromatic Colors of #0A241B
Black with #0A241B
Text Example
Text Example
White with #0A241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A241B; }
p { color: rgb(10,36,27); }
H1.HeaderClassName
{
color: #0A241B;
}
.AnyTagClassName
{
color: #0A241B;
}
</style>
background-color css
<style>
a { background-color: #0A241B; }
a { background-color: rgb(10,36,27); }
div.DivClassName
{
background-color: #0A241B;
}
.BgClassName
{
background-color: #0A241B;
}
</style>
border-color css
<style>
span { border-color: #0A241B; }
span { border-color: rgb(10,36,27); }
td.TdClassName
{
border-color: #0A241B;
}
.TagClassName
{
border-color: #0A241B;
}
</style>