Shades of Dark Green #0F2520
Tints of Dark Green #0F2520
RGB
CMYK
RGB Variations
Color information
#0F2520 (or 0x0F2520) is known color: Dark Green. HEX triplet: 0F, 25 and 20. RGB value is (15,37,32). Sum of RGB (Red+Green+Blue) = 15+37+32=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #0F2520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2520 is #F0DADF. Grayscale: #1D1D1D. Windows color (decimal): -15784672 or 2106639. OLE color: 2106639.
HSL color Cylindrical-coordinate representation of color #0F2520: hue angle of 166.36º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F2520 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 37 | 32 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.85 |
| HSL | 166.36º | 0.42% | 0.1% | - |
| HSV(B) | 166.36º | 0.59% | 0.15% | - |
| XYZ | 1.12 | 1.53 | 1.6 | - |
| YUV | 29.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 37 | 32 | 0.59 | 0 | 0.14 | 0.85 | 166.36 | 0.42 | 0.1 |
| Hex | F | 25 | 20 | 3B | 0 | E | 55 | A6 | 2A | A |
| Octal | 17 | 45 | 40 | 73 | 0 | 16 | 125 | 246 | 52 | 12 |
| Binary | 1111 | 100101 | 100000 | 111011 | 0 | 1110 | 1010101 | 10100110 | 101010 | 1010 |
Color Harmonies of #0F2520
Complementary color
Monochromatic Colors of #0F2520
Black with #0F2520
Text Example
Text Example
White with #0F2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2520; }
p { color: rgb(15,37,32); }
H1.HeaderClassName
{
color: #0F2520;
}
.AnyTagClassName
{
color: #0F2520;
}
</style>
background-color css
<style>
a { background-color: #0F2520; }
a { background-color: rgb(15,37,32); }
div.DivClassName
{
background-color: #0F2520;
}
.BgClassName
{
background-color: #0F2520;
}
</style>
border-color css
<style>
span { border-color: #0F2520; }
span { border-color: rgb(15,37,32); }
td.TdClassName
{
border-color: #0F2520;
}
.TagClassName
{
border-color: #0F2520;
}
</style>