Shades of Dark Green #0C261E
Tints of Dark Green #0C261E
RGB
CMYK
RGB Variations
Color information
#0C261E (or 0x0C261E) is known color: Dark Green. HEX triplet: 0C, 26 and 1E. RGB value is (12,38,30). Sum of RGB (Red+Green+Blue) = 12+38+30=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #0C261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C261E is #F3D9E1. Grayscale: #1D1D1D. Windows color (decimal): -15981026 or 1975820. OLE color: 1975820.
HSL color Cylindrical-coordinate representation of color #0C261E: hue angle of 161.54º 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 #0C261E is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 38 | 30 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.85 |
| HSL | 161.54º | 0.52% | 0.1% | - |
| HSV(B) | 161.54º | 0.68% | 0.15% | - |
| XYZ | 1.08 | 1.56 | 1.47 | - |
| YUV | 29.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 38 | 30 | 0.68 | 0 | 0.21 | 0.85 | 161.54 | 0.52 | 0.1 |
| Hex | C | 26 | 1E | 44 | 0 | 15 | 55 | A2 | 34 | A |
| Octal | 14 | 46 | 36 | 104 | 0 | 25 | 125 | 242 | 64 | 12 |
| Binary | 1100 | 100110 | 11110 | 1000100 | 0 | 10101 | 1010101 | 10100010 | 110100 | 1010 |
Color Harmonies of #0C261E
Complementary color
Monochromatic Colors of #0C261E
Black with #0C261E
Text Example
Text Example
White with #0C261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C261E; }
p { color: rgb(12,38,30); }
H1.HeaderClassName
{
color: #0C261E;
}
.AnyTagClassName
{
color: #0C261E;
}
</style>
background-color css
<style>
a { background-color: #0C261E; }
a { background-color: rgb(12,38,30); }
div.DivClassName
{
background-color: #0C261E;
}
.BgClassName
{
background-color: #0C261E;
}
</style>
border-color css
<style>
span { border-color: #0C261E; }
span { border-color: rgb(12,38,30); }
td.TdClassName
{
border-color: #0C261E;
}
.TagClassName
{
border-color: #0C261E;
}
</style>