Shades of Dark Green #0F2823
Tints of Dark Green #0F2823
RGB
CMYK
RGB Variations
Color information
#0F2823 (or 0x0F2823) is known color: Dark Green. HEX triplet: 0F, 28 and 23. RGB value is (15,40,35). Sum of RGB (Red+Green+Blue) = 15+40+35=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #0F2823 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2823 is #F0D7DC. Grayscale: #1F1F1F. Windows color (decimal): -15783901 or 2304015. OLE color: 2304015.
HSL color Cylindrical-coordinate representation of color #0F2823: hue angle of 168º 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 #0F2823 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 40 | 35 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.84 |
| HSL | 168º | 0.45% | 0.11% | - |
| HSV(B) | 168º | 0.63% | 0.16% | - |
| XYZ | 1.26 | 1.74 | 1.86 | - |
| YUV | 31.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 40 | 35 | 0.62 | 0 | 0.12 | 0.84 | 168 | 0.45 | 0.11 |
| Hex | F | 28 | 23 | 3E | 0 | C | 54 | A8 | 2D | B |
| Octal | 17 | 50 | 43 | 76 | 0 | 14 | 124 | 250 | 55 | 13 |
| Binary | 1111 | 101000 | 100011 | 111110 | 0 | 1100 | 1010100 | 10101000 | 101101 | 1011 |
Color Harmonies of #0F2823
Complementary color
Monochromatic Colors of #0F2823
Black with #0F2823
Text Example
Text Example
White with #0F2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2823; }
p { color: rgb(15,40,35); }
H1.HeaderClassName
{
color: #0F2823;
}
.AnyTagClassName
{
color: #0F2823;
}
</style>
background-color css
<style>
a { background-color: #0F2823; }
a { background-color: rgb(15,40,35); }
div.DivClassName
{
background-color: #0F2823;
}
.BgClassName
{
background-color: #0F2823;
}
</style>
border-color css
<style>
span { border-color: #0F2823; }
span { border-color: rgb(15,40,35); }
td.TdClassName
{
border-color: #0F2823;
}
.TagClassName
{
border-color: #0F2823;
}
</style>