Shades of Dark Green #0F231C
Tints of Dark Green #0F231C
RGB
CMYK
RGB Variations
Color information
#0F231C (or 0x0F231C) is known color: Dark Green. HEX triplet: 0F, 23 and 1C. RGB value is (15,35,28). Sum of RGB (Red+Green+Blue) = 15+35+28=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 35 (14.06% from 255 or 44.87% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 35 - color contains mainly: green. Hex color #0F231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F231C is #F0DCE3. Grayscale: #1C1C1C. Windows color (decimal): -15785188 or 1843983. OLE color: 1843983.
HSL color Cylindrical-coordinate representation of color #0F231C: hue angle of 159º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F231C is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 28 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.86 |
| HSL | 159º | 0.4% | 0.1% | - |
| HSV(B) | 159º | 0.57% | 0.14% | - |
| XYZ | 1.01 | 1.39 | 1.31 | - |
| YUV | 28.22 | 127.87 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 28 | 0.57 | 0 | 0.20 | 0.86 | 159 | 0.4 | 0.1 |
| Hex | F | 23 | 1C | 39 | 0 | 14 | 56 | 9F | 28 | A |
| Octal | 17 | 43 | 34 | 71 | 0 | 24 | 126 | 237 | 50 | 12 |
| Binary | 1111 | 100011 | 11100 | 111001 | 0 | 10100 | 1010110 | 10011111 | 101000 | 1010 |
Color Harmonies of #0F231C
Complementary color
Monochromatic Colors of #0F231C
Black with #0F231C
Text Example
Text Example
White with #0F231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F231C; }
p { color: rgb(15,35,28); }
H1.HeaderClassName
{
color: #0F231C;
}
.AnyTagClassName
{
color: #0F231C;
}
</style>
background-color css
<style>
a { background-color: #0F231C; }
a { background-color: rgb(15,35,28); }
div.DivClassName
{
background-color: #0F231C;
}
.BgClassName
{
background-color: #0F231C;
}
</style>
border-color css
<style>
span { border-color: #0F231C; }
span { border-color: rgb(15,35,28); }
td.TdClassName
{
border-color: #0F231C;
}
.TagClassName
{
border-color: #0F231C;
}
</style>