Shades of Dark Green #0C281B
Tints of Dark Green #0C281B
RGB
CMYK
RGB Variations
Color information
#0C281B (or 0x0C281B) is known color: Dark Green. HEX triplet: 0C, 28 and 1B. RGB value is (12,40,27). Sum of RGB (Red+Green+Blue) = 12+40+27=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 40 (16.02% from 255 or 50.63% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 40 - color contains mainly: green. Hex color #0C281B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C281B is #F3D7E4. Grayscale: #1E1E1E. Windows color (decimal): -15980517 or 1779724. OLE color: 1779724.
HSL color Cylindrical-coordinate representation of color #0C281B: hue angle of 152.14º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C281B is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 40 | 27 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.84 |
| HSL | 152.14º | 0.54% | 0.1% | - |
| HSV(B) | 152.14º | 0.7% | 0.16% | - |
| XYZ | 1.11 | 1.67 | 1.3 | - |
| YUV | 30.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 27 | 0.70 | 0 | 0.33 | 0.84 | 152.14 | 0.54 | 0.1 |
| Hex | C | 28 | 1B | 46 | 0 | 21 | 54 | 98 | 36 | A |
| Octal | 14 | 50 | 33 | 106 | 0 | 41 | 124 | 230 | 66 | 12 |
| Binary | 1100 | 101000 | 11011 | 1000110 | 0 | 100001 | 1010100 | 10011000 | 110110 | 1010 |
Color Harmonies of #0C281B
Complementary color
Monochromatic Colors of #0C281B
Black with #0C281B
Text Example
Text Example
White with #0C281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C281B; }
p { color: rgb(12,40,27); }
H1.HeaderClassName
{
color: #0C281B;
}
.AnyTagClassName
{
color: #0C281B;
}
</style>
background-color css
<style>
a { background-color: #0C281B; }
a { background-color: rgb(12,40,27); }
div.DivClassName
{
background-color: #0C281B;
}
.BgClassName
{
background-color: #0C281B;
}
</style>
border-color css
<style>
span { border-color: #0C281B; }
span { border-color: rgb(12,40,27); }
td.TdClassName
{
border-color: #0C281B;
}
.TagClassName
{
border-color: #0C281B;
}
</style>