Shades of Dark Green #0C291D
Tints of Dark Green #0C291D
RGB
CMYK
RGB Variations
Color information
#0C291D (or 0x0C291D) is known color: Dark Green. HEX triplet: 0C, 29 and 1D. RGB value is (12,41,29). Sum of RGB (Red+Green+Blue) = 12+41+29=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #0C291D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C291D is #F3D6E2. Grayscale: #1E1E1E. Windows color (decimal): -15980259 or 1911052. OLE color: 1911052.
HSL color Cylindrical-coordinate representation of color #0C291D: hue angle of 155.17º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C291D is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 41 | 29 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.84 |
| HSL | 155.17º | 0.55% | 0.1% | - |
| HSV(B) | 155.17º | 0.71% | 0.16% | - |
| XYZ | 1.17 | 1.75 | 1.44 | - |
| YUV | 30.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 41 | 29 | 0.71 | 0 | 0.29 | 0.84 | 155.17 | 0.55 | 0.1 |
| Hex | C | 29 | 1D | 47 | 0 | 1D | 54 | 9B | 37 | A |
| Octal | 14 | 51 | 35 | 107 | 0 | 35 | 124 | 233 | 67 | 12 |
| Binary | 1100 | 101001 | 11101 | 1000111 | 0 | 11101 | 1010100 | 10011011 | 110111 | 1010 |
Color Harmonies of #0C291D
Complementary color
Monochromatic Colors of #0C291D
Black with #0C291D
Text Example
Text Example
White with #0C291D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C291D; }
p { color: rgb(12,41,29); }
H1.HeaderClassName
{
color: #0C291D;
}
.AnyTagClassName
{
color: #0C291D;
}
</style>
background-color css
<style>
a { background-color: #0C291D; }
a { background-color: rgb(12,41,29); }
div.DivClassName
{
background-color: #0C291D;
}
.BgClassName
{
background-color: #0C291D;
}
</style>
border-color css
<style>
span { border-color: #0C291D; }
span { border-color: rgb(12,41,29); }
td.TdClassName
{
border-color: #0C291D;
}
.TagClassName
{
border-color: #0C291D;
}
</style>