Shades of Dark Green #0F281F
Tints of Dark Green #0F281F
RGB
CMYK
RGB Variations
Color information
#0F281F (or 0x0F281F) is known color: Dark Green. HEX triplet: 0F, 28 and 1F. RGB value is (15,40,31). Sum of RGB (Red+Green+Blue) = 15+40+31=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #0F281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F281F is #F0D7E0. Grayscale: #1F1F1F. Windows color (decimal): -15783905 or 2041871. OLE color: 2041871.
HSL color Cylindrical-coordinate representation of color #0F281F: hue angle of 158.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F281F is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 40 | 31 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.84 |
| HSL | 158.4º | 0.45% | 0.11% | - |
| HSV(B) | 158.4º | 0.63% | 0.16% | - |
| XYZ | 1.2 | 1.72 | 1.56 | - |
| YUV | 31.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 31 | 0.62 | 0 | 0.22 | 0.84 | 158.4 | 0.45 | 0.11 |
| Hex | F | 28 | 1F | 3E | 0 | 16 | 54 | 9E | 2D | B |
| Octal | 17 | 50 | 37 | 76 | 0 | 26 | 124 | 236 | 55 | 13 |
| Binary | 1111 | 101000 | 11111 | 111110 | 0 | 10110 | 1010100 | 10011110 | 101101 | 1011 |
Color Harmonies of #0F281F
Complementary color
Monochromatic Colors of #0F281F
Black with #0F281F
Text Example
Text Example
White with #0F281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F281F; }
p { color: rgb(15,40,31); }
H1.HeaderClassName
{
color: #0F281F;
}
.AnyTagClassName
{
color: #0F281F;
}
</style>
background-color css
<style>
a { background-color: #0F281F; }
a { background-color: rgb(15,40,31); }
div.DivClassName
{
background-color: #0F281F;
}
.BgClassName
{
background-color: #0F281F;
}
</style>
border-color css
<style>
span { border-color: #0F281F; }
span { border-color: rgb(15,40,31); }
td.TdClassName
{
border-color: #0F281F;
}
.TagClassName
{
border-color: #0F281F;
}
</style>