Shades of Dark Green #0C241C
Tints of Dark Green #0C241C
RGB
CMYK
RGB Variations
Color information
#0C241C (or 0x0C241C) is known color: Dark Green. HEX triplet: 0C, 24 and 1C. RGB value is (12,36,28). Sum of RGB (Red+Green+Blue) = 12+36+28=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 36 (14.45% from 255 or 47.37% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 36 - color contains mainly: green. Hex color #0C241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C241C is #F3DBE3. Grayscale: #1B1B1B. Windows color (decimal): -15981540 or 1844236. OLE color: 1844236.
HSL color Cylindrical-coordinate representation of color #0C241C: hue angle of 160º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C241C is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 36 | 28 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.86 |
| HSL | 160º | 0.5% | 0.09% | - |
| HSV(B) | 160º | 0.67% | 0.14% | - |
| XYZ | 0.99 | 1.42 | 1.32 | - |
| YUV | 27.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 28 | 0.67 | 0 | 0.22 | 0.86 | 160 | 0.5 | 0.09 |
| Hex | C | 24 | 1C | 43 | 0 | 16 | 56 | A0 | 32 | 9 |
| Octal | 14 | 44 | 34 | 103 | 0 | 26 | 126 | 240 | 62 | 11 |
| Binary | 1100 | 100100 | 11100 | 1000011 | 0 | 10110 | 1010110 | 10100000 | 110010 | 1001 |
Color Harmonies of #0C241C
Complementary color
Monochromatic Colors of #0C241C
Black with #0C241C
Text Example
Text Example
White with #0C241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C241C; }
p { color: rgb(12,36,28); }
H1.HeaderClassName
{
color: #0C241C;
}
.AnyTagClassName
{
color: #0C241C;
}
</style>
background-color css
<style>
a { background-color: #0C241C; }
a { background-color: rgb(12,36,28); }
div.DivClassName
{
background-color: #0C241C;
}
.BgClassName
{
background-color: #0C241C;
}
</style>
border-color css
<style>
span { border-color: #0C241C; }
span { border-color: rgb(12,36,28); }
td.TdClassName
{
border-color: #0C241C;
}
.TagClassName
{
border-color: #0C241C;
}
</style>