Shades of Dark Green #0C271E
Tints of Dark Green #0C271E
RGB
CMYK
RGB Variations
Color information
#0C271E (or 0x0C271E) is known color: Dark Green. HEX triplet: 0C, 27 and 1E. RGB value is (12,39,30). Sum of RGB (Red+Green+Blue) = 12+39+30=81 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.81% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #0C271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C271E is #F3D8E1. Grayscale: #1D1D1D. Windows color (decimal): -15980770 or 1976076. OLE color: 1976076.
HSL color Cylindrical-coordinate representation of color #0C271E: hue angle of 160º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C271E is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 39 | 30 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.85 |
| HSL | 160º | 0.53% | 0.1% | - |
| HSV(B) | 160º | 0.69% | 0.15% | - |
| XYZ | 1.11 | 1.62 | 1.48 | - |
| YUV | 29.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 30 | 0.69 | 0 | 0.23 | 0.85 | 160 | 0.53 | 0.1 |
| Hex | C | 27 | 1E | 45 | 0 | 17 | 55 | A0 | 35 | A |
| Octal | 14 | 47 | 36 | 105 | 0 | 27 | 125 | 240 | 65 | 12 |
| Binary | 1100 | 100111 | 11110 | 1000101 | 0 | 10111 | 1010101 | 10100000 | 110101 | 1010 |
Color Harmonies of #0C271E
Complementary color
Monochromatic Colors of #0C271E
Black with #0C271E
Text Example
Text Example
White with #0C271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C271E; }
p { color: rgb(12,39,30); }
H1.HeaderClassName
{
color: #0C271E;
}
.AnyTagClassName
{
color: #0C271E;
}
</style>
background-color css
<style>
a { background-color: #0C271E; }
a { background-color: rgb(12,39,30); }
div.DivClassName
{
background-color: #0C271E;
}
.BgClassName
{
background-color: #0C271E;
}
</style>
border-color css
<style>
span { border-color: #0C271E; }
span { border-color: rgb(12,39,30); }
td.TdClassName
{
border-color: #0C271E;
}
.TagClassName
{
border-color: #0C271E;
}
</style>