Shades of Dark Green #0F241C
Tints of Dark Green #0F241C
RGB
CMYK
RGB Variations
Color information
#0F241C (or 0x0F241C) is known color: Dark Green. HEX triplet: 0F, 24 and 1C. RGB value is (15,36,28). Sum of RGB (Red+Green+Blue) = 15+36+28=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 36 (14.45% from 255 or 45.57% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 36 - color contains mainly: green. Hex color #0F241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F241C is #F0DBE3. Grayscale: #1C1C1C. Windows color (decimal): -15784932 or 1844239. OLE color: 1844239.
HSL color Cylindrical-coordinate representation of color #0F241C: hue angle of 157.14º 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 #0F241C is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 36 | 28 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.86 |
| HSL | 157.14º | 0.41% | 0.1% | - |
| HSV(B) | 157.14º | 0.58% | 0.14% | - |
| XYZ | 1.04 | 1.45 | 1.32 | - |
| YUV | 28.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 36 | 28 | 0.58 | 0 | 0.22 | 0.86 | 157.14 | 0.41 | 0.1 |
| Hex | F | 24 | 1C | 3A | 0 | 16 | 56 | 9D | 29 | A |
| Octal | 17 | 44 | 34 | 72 | 0 | 26 | 126 | 235 | 51 | 12 |
| Binary | 1111 | 100100 | 11100 | 111010 | 0 | 10110 | 1010110 | 10011101 | 101001 | 1010 |
Color Harmonies of #0F241C
Complementary color
Monochromatic Colors of #0F241C
Black with #0F241C
Text Example
Text Example
White with #0F241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F241C; }
p { color: rgb(15,36,28); }
H1.HeaderClassName
{
color: #0F241C;
}
.AnyTagClassName
{
color: #0F241C;
}
</style>
background-color css
<style>
a { background-color: #0F241C; }
a { background-color: rgb(15,36,28); }
div.DivClassName
{
background-color: #0F241C;
}
.BgClassName
{
background-color: #0F241C;
}
</style>
border-color css
<style>
span { border-color: #0F241C; }
span { border-color: rgb(15,36,28); }
td.TdClassName
{
border-color: #0F241C;
}
.TagClassName
{
border-color: #0F241C;
}
</style>