Shades of Dark Green #0C1F1D
Tints of Dark Green #0C1F1D
RGB
CMYK
RGB Variations
Color information
#0C1F1D (or 0x0C1F1D) is known color: Dark Green. HEX triplet: 0C, 1F and 1D. RGB value is (12,31,29). Sum of RGB (Red+Green+Blue) = 12+31+29=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1F1D is #F3E0E2. Grayscale: #191919. Windows color (decimal): -15982819 or 1908492. OLE color: 1908492.
HSL color Cylindrical-coordinate representation of color #0C1F1D: hue angle of 173.68º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C1F1D is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 31 | 29 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.88 |
| HSL | 173.68º | 0.44% | 0.08% | - |
| HSV(B) | 173.68º | 0.61% | 0.12% | - |
| XYZ | 0.86 | 1.15 | 1.34 | - |
| YUV | 25.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 29 | 0.61 | 0 | 0.06 | 0.88 | 173.68 | 0.44 | 0.08 |
| Hex | C | 1F | 1D | 3D | 0 | 6 | 58 | AE | 2C | 8 |
| Octal | 14 | 37 | 35 | 75 | 0 | 6 | 130 | 256 | 54 | 10 |
| Binary | 1100 | 11111 | 11101 | 111101 | 0 | 110 | 1011000 | 10101110 | 101100 | 1000 |
Color Harmonies of #0C1F1D
Complementary color
Monochromatic Colors of #0C1F1D
Black with #0C1F1D
Text Example
Text Example
White with #0C1F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1F1D; }
p { color: rgb(12,31,29); }
H1.HeaderClassName
{
color: #0C1F1D;
}
.AnyTagClassName
{
color: #0C1F1D;
}
</style>
background-color css
<style>
a { background-color: #0C1F1D; }
a { background-color: rgb(12,31,29); }
div.DivClassName
{
background-color: #0C1F1D;
}
.BgClassName
{
background-color: #0C1F1D;
}
</style>
border-color css
<style>
span { border-color: #0C1F1D; }
span { border-color: rgb(12,31,29); }
td.TdClassName
{
border-color: #0C1F1D;
}
.TagClassName
{
border-color: #0C1F1D;
}
</style>