Shades of Dark Green #0C261B
Tints of Dark Green #0C261B
RGB
CMYK
RGB Variations
Color information
#0C261B (or 0x0C261B) is known color: Dark Green. HEX triplet: 0C, 26 and 1B. RGB value is (12,38,27). Sum of RGB (Red+Green+Blue) = 12+38+27=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #0C261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C261B is #F3D9E4. Grayscale: #1C1C1C. Windows color (decimal): -15981029 or 1779212. OLE color: 1779212.
HSL color Cylindrical-coordinate representation of color #0C261B: hue angle of 154.62º degrees, saturation: 0.52, 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 #0C261B is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 38 | 27 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.85 |
| HSL | 154.62º | 0.52% | 0.1% | - |
| HSV(B) | 154.62º | 0.68% | 0.15% | - |
| XYZ | 1.04 | 1.54 | 1.28 | - |
| YUV | 28.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 27 | 0.68 | 0 | 0.29 | 0.85 | 154.62 | 0.52 | 0.1 |
| Hex | C | 26 | 1B | 44 | 0 | 1D | 55 | 9B | 34 | A |
| Octal | 14 | 46 | 33 | 104 | 0 | 35 | 125 | 233 | 64 | 12 |
| Binary | 1100 | 100110 | 11011 | 1000100 | 0 | 11101 | 1010101 | 10011011 | 110100 | 1010 |
Color Harmonies of #0C261B
Complementary color
Monochromatic Colors of #0C261B
Black with #0C261B
Text Example
Text Example
White with #0C261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C261B; }
p { color: rgb(12,38,27); }
H1.HeaderClassName
{
color: #0C261B;
}
.AnyTagClassName
{
color: #0C261B;
}
</style>
background-color css
<style>
a { background-color: #0C261B; }
a { background-color: rgb(12,38,27); }
div.DivClassName
{
background-color: #0C261B;
}
.BgClassName
{
background-color: #0C261B;
}
</style>
border-color css
<style>
span { border-color: #0C261B; }
span { border-color: rgb(12,38,27); }
td.TdClassName
{
border-color: #0C261B;
}
.TagClassName
{
border-color: #0C261B;
}
</style>