Shades of Dark Green #0C3127
Tints of Dark Green #0C3127
RGB
CMYK
RGB Variations
Color information
#0C3127 (or 0x0C3127) is known color: Dark Green. HEX triplet: 0C, 31 and 27. RGB value is (12,49,39). Sum of RGB (Red+Green+Blue) = 12+49+39=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #0C3127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3127 is #F3CED8. Grayscale: #242424. Windows color (decimal): -15978201 or 2568460. OLE color: 2568460.
HSL color Cylindrical-coordinate representation of color #0C3127: hue angle of 163.78º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3127 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 49 | 39 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.81 |
| HSL | 163.78º | 0.61% | 0.12% | - |
| HSV(B) | 163.78º | 0.76% | 0.19% | - |
| XYZ | 1.62 | 2.42 | 2.3 | - |
| YUV | 36.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 39 | 0.76 | 0 | 0.20 | 0.81 | 163.78 | 0.61 | 0.12 |
| Hex | C | 31 | 27 | 4C | 0 | 14 | 51 | A4 | 3D | C |
| Octal | 14 | 61 | 47 | 114 | 0 | 24 | 121 | 244 | 75 | 14 |
| Binary | 1100 | 110001 | 100111 | 1001100 | 0 | 10100 | 1010001 | 10100100 | 111101 | 1100 |
Color Harmonies of #0C3127
Complementary color
Monochromatic Colors of #0C3127
Black with #0C3127
Text Example
Text Example
White with #0C3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3127; }
p { color: rgb(12,49,39); }
H1.HeaderClassName
{
color: #0C3127;
}
.AnyTagClassName
{
color: #0C3127;
}
</style>
background-color css
<style>
a { background-color: #0C3127; }
a { background-color: rgb(12,49,39); }
div.DivClassName
{
background-color: #0C3127;
}
.BgClassName
{
background-color: #0C3127;
}
</style>
border-color css
<style>
span { border-color: #0C3127; }
span { border-color: rgb(12,49,39); }
td.TdClassName
{
border-color: #0C3127;
}
.TagClassName
{
border-color: #0C3127;
}
</style>