Shades of Dark Green #0C241B
Tints of Dark Green #0C241B
RGB
CMYK
RGB Variations
Color information
#0C241B (or 0x0C241B) is known color: Dark Green. HEX triplet: 0C, 24 and 1B. RGB value is (12,36,27). Sum of RGB (Red+Green+Blue) = 12+36+27=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 36 (14.45% from 255 or 48% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 36 - color contains mainly: green. Hex color #0C241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C241B is #F3DBE4. Grayscale: #1B1B1B. Windows color (decimal): -15981541 or 1778700. OLE color: 1778700.
HSL color Cylindrical-coordinate representation of color #0C241B: hue angle of 157.5º 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 #0C241B is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 36 | 27 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.86 |
| HSL | 157.5º | 0.5% | 0.09% | - |
| HSV(B) | 157.5º | 0.67% | 0.14% | - |
| XYZ | 0.98 | 1.42 | 1.26 | - |
| YUV | 27.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 36 | 27 | 0.67 | 0 | 0.25 | 0.86 | 157.5 | 0.5 | 0.09 |
| Hex | C | 24 | 1B | 43 | 0 | 19 | 56 | 9E | 32 | 9 |
| Octal | 14 | 44 | 33 | 103 | 0 | 31 | 126 | 236 | 62 | 11 |
| Binary | 1100 | 100100 | 11011 | 1000011 | 0 | 11001 | 1010110 | 10011110 | 110010 | 1001 |
Color Harmonies of #0C241B
Complementary color
Monochromatic Colors of #0C241B
Black with #0C241B
Text Example
Text Example
White with #0C241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C241B; }
p { color: rgb(12,36,27); }
H1.HeaderClassName
{
color: #0C241B;
}
.AnyTagClassName
{
color: #0C241B;
}
</style>
background-color css
<style>
a { background-color: #0C241B; }
a { background-color: rgb(12,36,27); }
div.DivClassName
{
background-color: #0C241B;
}
.BgClassName
{
background-color: #0C241B;
}
</style>
border-color css
<style>
span { border-color: #0C241B; }
span { border-color: rgb(12,36,27); }
td.TdClassName
{
border-color: #0C241B;
}
.TagClassName
{
border-color: #0C241B;
}
</style>