Shades of Dark Green #0F2720
Tints of Dark Green #0F2720
RGB
CMYK
RGB Variations
Color information
#0F2720 (or 0x0F2720) is known color: Dark Green. HEX triplet: 0F, 27 and 20. RGB value is (15,39,32). Sum of RGB (Red+Green+Blue) = 15+39+32=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 39 (15.62% from 255 or 45.35% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 39 - color contains mainly: green. Hex color #0F2720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2720 is #F0D8DF. Grayscale: #1F1F1F. Windows color (decimal): -15784160 or 2107151. OLE color: 2107151.
HSL color Cylindrical-coordinate representation of color #0F2720: hue angle of 162.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F2720 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 39 | 32 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.85 |
| HSL | 162.5º | 0.44% | 0.11% | - |
| HSV(B) | 162.5º | 0.62% | 0.15% | - |
| XYZ | 1.18 | 1.66 | 1.62 | - |
| YUV | 31.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 32 | 0.62 | 0 | 0.18 | 0.85 | 162.5 | 0.44 | 0.11 |
| Hex | F | 27 | 20 | 3E | 0 | 12 | 55 | A2 | 2C | B |
| Octal | 17 | 47 | 40 | 76 | 0 | 22 | 125 | 242 | 54 | 13 |
| Binary | 1111 | 100111 | 100000 | 111110 | 0 | 10010 | 1010101 | 10100010 | 101100 | 1011 |
Color Harmonies of #0F2720
Complementary color
Monochromatic Colors of #0F2720
Black with #0F2720
Text Example
Text Example
White with #0F2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2720; }
p { color: rgb(15,39,32); }
H1.HeaderClassName
{
color: #0F2720;
}
.AnyTagClassName
{
color: #0F2720;
}
</style>
background-color css
<style>
a { background-color: #0F2720; }
a { background-color: rgb(15,39,32); }
div.DivClassName
{
background-color: #0F2720;
}
.BgClassName
{
background-color: #0F2720;
}
</style>
border-color css
<style>
span { border-color: #0F2720; }
span { border-color: rgb(15,39,32); }
td.TdClassName
{
border-color: #0F2720;
}
.TagClassName
{
border-color: #0F2720;
}
</style>