Shades of Dark Green #0C251D
Tints of Dark Green #0C251D
RGB
CMYK
RGB Variations
Color information
#0C251D (or 0x0C251D) is known color: Dark Green. HEX triplet: 0C, 25 and 1D. RGB value is (12,37,29). Sum of RGB (Red+Green+Blue) = 12+37+29=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #0C251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C251D is #F3DAE2. Grayscale: #1C1C1C. Windows color (decimal): -15981283 or 1910028. OLE color: 1910028.
HSL color Cylindrical-coordinate representation of color #0C251D: hue angle of 160.8º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C251D is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 37 | 29 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.85 |
| HSL | 160.8º | 0.51% | 0.1% | - |
| HSV(B) | 160.8º | 0.68% | 0.15% | - |
| XYZ | 1.03 | 1.49 | 1.4 | - |
| YUV | 28.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 37 | 29 | 0.68 | 0 | 0.22 | 0.85 | 160.8 | 0.51 | 0.1 |
| Hex | C | 25 | 1D | 44 | 0 | 16 | 55 | A1 | 33 | A |
| Octal | 14 | 45 | 35 | 104 | 0 | 26 | 125 | 241 | 63 | 12 |
| Binary | 1100 | 100101 | 11101 | 1000100 | 0 | 10110 | 1010101 | 10100001 | 110011 | 1010 |
Color Harmonies of #0C251D
Complementary color
Monochromatic Colors of #0C251D
Black with #0C251D
Text Example
Text Example
White with #0C251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C251D; }
p { color: rgb(12,37,29); }
H1.HeaderClassName
{
color: #0C251D;
}
.AnyTagClassName
{
color: #0C251D;
}
</style>
background-color css
<style>
a { background-color: #0C251D; }
a { background-color: rgb(12,37,29); }
div.DivClassName
{
background-color: #0C251D;
}
.BgClassName
{
background-color: #0C251D;
}
</style>
border-color css
<style>
span { border-color: #0C251D; }
span { border-color: rgb(12,37,29); }
td.TdClassName
{
border-color: #0C251D;
}
.TagClassName
{
border-color: #0C251D;
}
</style>