Shades of Dark Green #0F201C
Tints of Dark Green #0F201C
RGB
CMYK
RGB Variations
Color information
#0F201C (or 0x0F201C) is known color: Dark Green. HEX triplet: 0F, 20 and 1C. RGB value is (15,32,28). Sum of RGB (Red+Green+Blue) = 15+32+28=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #0F201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F201C is #F0DFE3. Grayscale: #1A1A1A. Windows color (decimal): -15785956 or 1843215. OLE color: 1843215.
HSL color Cylindrical-coordinate representation of color #0F201C: hue angle of 165.88º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #0F201C is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 32 | 28 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.87 |
| HSL | 165.88º | 0.36% | 0.09% | - |
| HSV(B) | 165.88º | 0.53% | 0.13% | - |
| XYZ | 0.92 | 1.22 | 1.29 | - |
| YUV | 26.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 32 | 28 | 0.53 | 0 | 0.12 | 0.87 | 165.88 | 0.36 | 0.09 |
| Hex | F | 20 | 1C | 35 | 0 | C | 57 | A6 | 24 | 9 |
| Octal | 17 | 40 | 34 | 65 | 0 | 14 | 127 | 246 | 44 | 11 |
| Binary | 1111 | 100000 | 11100 | 110101 | 0 | 1100 | 1010111 | 10100110 | 100100 | 1001 |
Color Harmonies of #0F201C
Complementary color
Monochromatic Colors of #0F201C
Black with #0F201C
Text Example
Text Example
White with #0F201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F201C; }
p { color: rgb(15,32,28); }
H1.HeaderClassName
{
color: #0F201C;
}
.AnyTagClassName
{
color: #0F201C;
}
</style>
background-color css
<style>
a { background-color: #0F201C; }
a { background-color: rgb(15,32,28); }
div.DivClassName
{
background-color: #0F201C;
}
.BgClassName
{
background-color: #0F201C;
}
</style>
border-color css
<style>
span { border-color: #0F201C; }
span { border-color: rgb(15,32,28); }
td.TdClassName
{
border-color: #0F201C;
}
.TagClassName
{
border-color: #0F201C;
}
</style>