Shades of Forest Green #0F9323
Tints of Forest Green #0F9323
RGB
CMYK
RGB Variations
Color information
#0F9323 (or 0x0F9323) is known color: Forest Green. HEX triplet: 0F, 93 and 23. RGB value is (15,147,35). Sum of RGB (Red+Green+Blue) = 15+147+35=197 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.61% from 197); Green value is 147 (57.81% from 255 or 74.62% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9323 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9323 is #F06CDC. Grayscale: #5F5F5F. Windows color (decimal): -15756509 or 2331407. OLE color: 2331407.
HSL color Cylindrical-coordinate representation of color #0F9323: hue angle of 129.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9323 is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 35 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.42 |
| HSL | 129.09º | 0.81% | 0.32% | - |
| HSV(B) | 129.09º | 0.9% | 0.58% | - |
| XYZ | 10.93 | 21.09 | 5.08 | - |
| YUV | 94.76 | 94.27 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 35 | 0.90 | 0 | 0.76 | 0.42 | 129.09 | 0.81 | 0.32 |
| Hex | F | 93 | 23 | 5A | 0 | 4C | 2A | 81 | 51 | 20 |
| Octal | 17 | 223 | 43 | 132 | 0 | 114 | 52 | 201 | 121 | 40 |
| Binary | 1111 | 10010011 | 100011 | 1011010 | 0 | 1001100 | 101010 | 10000001 | 1010001 | 100000 |
Color Harmonies of #0F9323
Complementary color
Monochromatic Colors of #0F9323
Black with #0F9323
Text Example
Text Example
White with #0F9323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9323; }
p { color: rgb(15,147,35); }
H1.HeaderClassName
{
color: #0F9323;
}
.AnyTagClassName
{
color: #0F9323;
}
</style>
background-color css
<style>
a { background-color: #0F9323; }
a { background-color: rgb(15,147,35); }
div.DivClassName
{
background-color: #0F9323;
}
.BgClassName
{
background-color: #0F9323;
}
</style>
border-color css
<style>
span { border-color: #0F9323; }
span { border-color: rgb(15,147,35); }
td.TdClassName
{
border-color: #0F9323;
}
.TagClassName
{
border-color: #0F9323;
}
</style>