Shades of Dark Green #0F2721
Tints of Dark Green #0F2721
RGB
CMYK
RGB Variations
Color information
#0F2721 (or 0x0F2721) is known color: Dark Green. HEX triplet: 0F, 27 and 21. RGB value is (15,39,33). Sum of RGB (Red+Green+Blue) = 15+39+33=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #0F2721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2721 is #F0D8DE. Grayscale: #1F1F1F. Windows color (decimal): -15784159 or 2172687. OLE color: 2172687.
HSL color Cylindrical-coordinate representation of color #0F2721: hue angle of 165º 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 #0F2721 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 39 | 33 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.85 |
| HSL | 165º | 0.44% | 0.11% | - |
| HSV(B) | 165º | 0.62% | 0.15% | - |
| XYZ | 1.2 | 1.66 | 1.7 | - |
| YUV | 31.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 33 | 0.62 | 0 | 0.15 | 0.85 | 165 | 0.44 | 0.11 |
| Hex | F | 27 | 21 | 3E | 0 | F | 55 | A5 | 2C | B |
| Octal | 17 | 47 | 41 | 76 | 0 | 17 | 125 | 245 | 54 | 13 |
| Binary | 1111 | 100111 | 100001 | 111110 | 0 | 1111 | 1010101 | 10100101 | 101100 | 1011 |
Color Harmonies of #0F2721
Complementary color
Monochromatic Colors of #0F2721
Black with #0F2721
Text Example
Text Example
White with #0F2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2721; }
p { color: rgb(15,39,33); }
H1.HeaderClassName
{
color: #0F2721;
}
.AnyTagClassName
{
color: #0F2721;
}
</style>
background-color css
<style>
a { background-color: #0F2721; }
a { background-color: rgb(15,39,33); }
div.DivClassName
{
background-color: #0F2721;
}
.BgClassName
{
background-color: #0F2721;
}
</style>
border-color css
<style>
span { border-color: #0F2721; }
span { border-color: rgb(15,39,33); }
td.TdClassName
{
border-color: #0F2721;
}
.TagClassName
{
border-color: #0F2721;
}
</style>