Shades of Dark Green #0A241C
Tints of Dark Green #0A241C
RGB
CMYK
RGB Variations
Color information
#0A241C (or 0x0A241C) is known color: Dark Green. HEX triplet: 0A, 24 and 1C. RGB value is (10,36,28). Sum of RGB (Red+Green+Blue) = 10+36+28=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #0A241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A241C is #F5DBE3. Grayscale: #1B1B1B. Windows color (decimal): -16112612 or 1844234. OLE color: 1844234.
HSL color Cylindrical-coordinate representation of color #0A241C: hue angle of 161.54º 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 #0A241C is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 28 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.86 |
| HSL | 161.54º | 0.57% | 0.09% | - |
| HSV(B) | 161.54º | 0.72% | 0.14% | - |
| XYZ | 0.97 | 1.41 | 1.32 | - |
| YUV | 27.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 28 | 0.72 | 0 | 0.22 | 0.86 | 161.54 | 0.57 | 0.09 |
| Hex | A | 24 | 1C | 48 | 0 | 16 | 56 | A2 | 39 | 9 |
| Octal | 12 | 44 | 34 | 110 | 0 | 26 | 126 | 242 | 71 | 11 |
| Binary | 1010 | 100100 | 11100 | 1001000 | 0 | 10110 | 1010110 | 10100010 | 111001 | 1001 |
Color Harmonies of #0A241C
Complementary color
Monochromatic Colors of #0A241C
Black with #0A241C
Text Example
Text Example
White with #0A241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A241C; }
p { color: rgb(10,36,28); }
H1.HeaderClassName
{
color: #0A241C;
}
.AnyTagClassName
{
color: #0A241C;
}
</style>
background-color css
<style>
a { background-color: #0A241C; }
a { background-color: rgb(10,36,28); }
div.DivClassName
{
background-color: #0A241C;
}
.BgClassName
{
background-color: #0A241C;
}
</style>
border-color css
<style>
span { border-color: #0A241C; }
span { border-color: rgb(10,36,28); }
td.TdClassName
{
border-color: #0A241C;
}
.TagClassName
{
border-color: #0A241C;
}
</style>