Shades of Dark Green #0C1F1C
Tints of Dark Green #0C1F1C
RGB
CMYK
RGB Variations
Color information
#0C1F1C (or 0x0C1F1C) is known color: Dark Green. HEX triplet: 0C, 1F and 1C. RGB value is (12,31,28). Sum of RGB (Red+Green+Blue) = 12+31+28=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1F1C is #F3E0E3. Grayscale: #181818. Windows color (decimal): -15982820 or 1842956. OLE color: 1842956.
HSL color Cylindrical-coordinate representation of color #0C1F1C: hue angle of 170.53º 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 #0C1F1C is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 31 | 28 | - |
| CMYK | 0.61 | 0 | 0.10 | 0.88 |
| HSL | 170.53º | 0.44% | 0.08% | - |
| HSV(B) | 170.53º | 0.61% | 0.12% | - |
| XYZ | 0.85 | 1.14 | 1.27 | - |
| YUV | 24.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 28 | 0.61 | 0 | 0.10 | 0.88 | 170.53 | 0.44 | 0.08 |
| Hex | C | 1F | 1C | 3D | 0 | A | 58 | AB | 2C | 8 |
| Octal | 14 | 37 | 34 | 75 | 0 | 12 | 130 | 253 | 54 | 10 |
| Binary | 1100 | 11111 | 11100 | 111101 | 0 | 1010 | 1011000 | 10101011 | 101100 | 1000 |
Color Harmonies of #0C1F1C
Complementary color
Monochromatic Colors of #0C1F1C
Black with #0C1F1C
Text Example
Text Example
White with #0C1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1F1C; }
p { color: rgb(12,31,28); }
H1.HeaderClassName
{
color: #0C1F1C;
}
.AnyTagClassName
{
color: #0C1F1C;
}
</style>
background-color css
<style>
a { background-color: #0C1F1C; }
a { background-color: rgb(12,31,28); }
div.DivClassName
{
background-color: #0C1F1C;
}
.BgClassName
{
background-color: #0C1F1C;
}
</style>
border-color css
<style>
span { border-color: #0C1F1C; }
span { border-color: rgb(12,31,28); }
td.TdClassName
{
border-color: #0C1F1C;
}
.TagClassName
{
border-color: #0C1F1C;
}
</style>