Shades of Dark Green #0F241E
Tints of Dark Green #0F241E
RGB
CMYK
RGB Variations
Color information
#0F241E (or 0x0F241E) is known color: Dark Green. HEX triplet: 0F, 24 and 1E. RGB value is (15,36,30). Sum of RGB (Red+Green+Blue) = 15+36+30=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #0F241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F241E is #F0DBE1. Grayscale: #1D1D1D. Windows color (decimal): -15784930 or 1975311. OLE color: 1975311.
HSL color Cylindrical-coordinate representation of color #0F241E: hue angle of 162.86º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F241E is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 36 | 30 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.86 |
| HSL | 162.86º | 0.41% | 0.1% | - |
| HSV(B) | 162.86º | 0.58% | 0.14% | - |
| XYZ | 1.06 | 1.46 | 1.45 | - |
| YUV | 29.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 30 | 0.58 | 0 | 0.17 | 0.86 | 162.86 | 0.41 | 0.1 |
| Hex | F | 24 | 1E | 3A | 0 | 11 | 56 | A3 | 29 | A |
| Octal | 17 | 44 | 36 | 72 | 0 | 21 | 126 | 243 | 51 | 12 |
| Binary | 1111 | 100100 | 11110 | 111010 | 0 | 10001 | 1010110 | 10100011 | 101001 | 1010 |
Color Harmonies of #0F241E
Complementary color
Monochromatic Colors of #0F241E
Black with #0F241E
Text Example
Text Example
White with #0F241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F241E; }
p { color: rgb(15,36,30); }
H1.HeaderClassName
{
color: #0F241E;
}
.AnyTagClassName
{
color: #0F241E;
}
</style>
background-color css
<style>
a { background-color: #0F241E; }
a { background-color: rgb(15,36,30); }
div.DivClassName
{
background-color: #0F241E;
}
.BgClassName
{
background-color: #0F241E;
}
</style>
border-color css
<style>
span { border-color: #0F241E; }
span { border-color: rgb(15,36,30); }
td.TdClassName
{
border-color: #0F241E;
}
.TagClassName
{
border-color: #0F241E;
}
</style>