Shades of Dark Green #0C0F0F
Tints of Dark Green #0C0F0F
RGB
CMYK
RGB Variations
Color information
#0C0F0F (or 0x0C0F0F) is known color: Dark Green. HEX triplet: 0C, 0F and 0F. RGB value is (12,15,15). Sum of RGB (Red+Green+Blue) = 12+15+15=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 15 - color contains mainly: green, blue. Hex color #0C0F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0F0F is #F3F0F0. Grayscale: #0E0E0E. Windows color (decimal): -15986929 or 986892. OLE color: 986892.
HSL color Cylindrical-coordinate representation of color #0C0F0F: hue angle of 180º degrees, saturation: 0.11, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #0C0F0F is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 12 | 15 | 15 | - |
CMYK | 0.20 | 0 | 0 | 0.94 |
HSL | 180º | 0.11% | 0.05% | - |
HSV(B) | 180º | 0.2% | 0.06% | - |
XYZ | 0.41 | 0.45 | 0.52 | - |
YUV | 14.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 15 | 15 | 0.20 | 0 | 0 | 0.94 | 180 | 0.11 | 0.05 |
Hex | C | F | F | 14 | 0 | 0 | 5E | B4 | B | 5 |
Octal | 14 | 17 | 17 | 24 | 0 | 0 | 136 | 264 | 13 | 5 |
Binary | 1100 | 1111 | 1111 | 10100 | 0 | 0 | 1011110 | 10110100 | 1011 | 101 |
Color Harmonies of #0C0F0F
Complementary color
Monochromatic Colors of #0C0F0F
Black with #0C0F0F
Text Example
Text Example
White with #0C0F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F0F; }
p { color: rgb(12,15,15); }
H1.HeaderClassName
{
color: #0C0F0F;
}
.AnyTagClassName
{
color: #0C0F0F;
}
</style>
background-color css
<style>
a { background-color: #0C0F0F; }
a { background-color: rgb(12,15,15); }
div.DivClassName
{
background-color: #0C0F0F;
}
.BgClassName
{
background-color: #0C0F0F;
}
</style>
border-color css
<style>
span { border-color: #0C0F0F; }
span { border-color: rgb(12,15,15); }
td.TdClassName
{
border-color: #0C0F0F;
}
.TagClassName
{
border-color: #0C0F0F;
}
</style>