Shades of Dark Green #0F211E
Tints of Dark Green #0F211E
RGB
CMYK
RGB Variations
Color information
#0F211E (or 0x0F211E) is known color: Dark Green. HEX triplet: 0F, 21 and 1E. RGB value is (15,33,30). Sum of RGB (Red+Green+Blue) = 15+33+30=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #0F211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F211E is #F0DEE1. Grayscale: #1B1B1B. Windows color (decimal): -15785698 or 1974543. OLE color: 1974543.
HSL color Cylindrical-coordinate representation of color #0F211E: hue angle of 170º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F211E is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 33 | 30 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.87 |
| HSL | 170º | 0.38% | 0.09% | - |
| HSV(B) | 170º | 0.55% | 0.13% | - |
| XYZ | 0.98 | 1.28 | 1.42 | - |
| YUV | 27.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 30 | 0.55 | 0 | 0.09 | 0.87 | 170 | 0.38 | 0.09 |
| Hex | F | 21 | 1E | 37 | 0 | 9 | 57 | AA | 26 | 9 |
| Octal | 17 | 41 | 36 | 67 | 0 | 11 | 127 | 252 | 46 | 11 |
| Binary | 1111 | 100001 | 11110 | 110111 | 0 | 1001 | 1010111 | 10101010 | 100110 | 1001 |
Color Harmonies of #0F211E
Complementary color
Monochromatic Colors of #0F211E
Black with #0F211E
Text Example
Text Example
White with #0F211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F211E; }
p { color: rgb(15,33,30); }
H1.HeaderClassName
{
color: #0F211E;
}
.AnyTagClassName
{
color: #0F211E;
}
</style>
background-color css
<style>
a { background-color: #0F211E; }
a { background-color: rgb(15,33,30); }
div.DivClassName
{
background-color: #0F211E;
}
.BgClassName
{
background-color: #0F211E;
}
</style>
border-color css
<style>
span { border-color: #0F211E; }
span { border-color: rgb(15,33,30); }
td.TdClassName
{
border-color: #0F211E;
}
.TagClassName
{
border-color: #0F211E;
}
</style>