Shades of Dark Green #0F231E
Tints of Dark Green #0F231E
RGB
CMYK
RGB Variations
Color information
#0F231E (or 0x0F231E) is known color: Dark Green. HEX triplet: 0F, 23 and 1E. RGB value is (15,35,30). Sum of RGB (Red+Green+Blue) = 15+35+30=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #0F231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F231E is #F0DCE1. Grayscale: #1C1C1C. Windows color (decimal): -15785186 or 1975055. OLE color: 1975055.
HSL color Cylindrical-coordinate representation of color #0F231E: hue angle of 165º 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 #0F231E is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 35 | 30 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.86 |
| HSL | 165º | 0.4% | 0.1% | - |
| HSV(B) | 165º | 0.57% | 0.14% | - |
| XYZ | 1.03 | 1.4 | 1.44 | - |
| YUV | 28.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 35 | 30 | 0.57 | 0 | 0.14 | 0.86 | 165 | 0.4 | 0.1 |
| Hex | F | 23 | 1E | 39 | 0 | E | 56 | A5 | 28 | A |
| Octal | 17 | 43 | 36 | 71 | 0 | 16 | 126 | 245 | 50 | 12 |
| Binary | 1111 | 100011 | 11110 | 111001 | 0 | 1110 | 1010110 | 10100101 | 101000 | 1010 |
Color Harmonies of #0F231E
Complementary color
Monochromatic Colors of #0F231E
Black with #0F231E
Text Example
Text Example
White with #0F231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F231E; }
p { color: rgb(15,35,30); }
H1.HeaderClassName
{
color: #0F231E;
}
.AnyTagClassName
{
color: #0F231E;
}
</style>
background-color css
<style>
a { background-color: #0F231E; }
a { background-color: rgb(15,35,30); }
div.DivClassName
{
background-color: #0F231E;
}
.BgClassName
{
background-color: #0F231E;
}
</style>
border-color css
<style>
span { border-color: #0F231E; }
span { border-color: rgb(15,35,30); }
td.TdClassName
{
border-color: #0F231E;
}
.TagClassName
{
border-color: #0F231E;
}
</style>