Shades of Forest Green #0E942B
Tints of Forest Green #0E942B
RGB
CMYK
RGB Variations
Color information
#0E942B (or 0x0E942B) is known color: Forest Green. HEX triplet: 0E, 94 and 2B. RGB value is (14,148,43). Sum of RGB (Red+Green+Blue) = 14+148+43=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 148 (58.20% from 255 or 72.20% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 148 - color contains mainly: green. Hex color #0E942B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E942B is #F16BD4. Grayscale: #606060. Windows color (decimal): -15821781 or 2855950. OLE color: 2855950.
HSL color Cylindrical-coordinate representation of color #0E942B: hue angle of 132.99º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E942B is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 148 | 43 | - |
| CMYK | 0.91 | 0 | 0.71 | 0.42 |
| HSL | 132.99º | 0.83% | 0.32% | - |
| HSV(B) | 132.99º | 0.91% | 0.58% | - |
| XYZ | 11.21 | 21.45 | 5.83 | - |
| YUV | 95.96 | 98.11 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 148 | 43 | 0.91 | 0 | 0.71 | 0.42 | 132.99 | 0.83 | 0.32 |
| Hex | E | 94 | 2B | 5B | 0 | 47 | 2A | 85 | 53 | 20 |
| Octal | 16 | 224 | 53 | 133 | 0 | 107 | 52 | 205 | 123 | 40 |
| Binary | 1110 | 10010100 | 101011 | 1011011 | 0 | 1000111 | 101010 | 10000101 | 1010011 | 100000 |
Color Harmonies of #0E942B
Complementary color
Monochromatic Colors of #0E942B
Black with #0E942B
Text Example
Text Example
White with #0E942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E942B; }
p { color: rgb(14,148,43); }
H1.HeaderClassName
{
color: #0E942B;
}
.AnyTagClassName
{
color: #0E942B;
}
</style>
background-color css
<style>
a { background-color: #0E942B; }
a { background-color: rgb(14,148,43); }
div.DivClassName
{
background-color: #0E942B;
}
.BgClassName
{
background-color: #0E942B;
}
</style>
border-color css
<style>
span { border-color: #0E942B; }
span { border-color: rgb(14,148,43); }
td.TdClassName
{
border-color: #0E942B;
}
.TagClassName
{
border-color: #0E942B;
}
</style>