Shades of Forest Green #239514
Tints of Forest Green #239514
RGB
CMYK
RGB Variations
Color information
#239514 (or 0x239514) is known color: Forest Green. HEX triplet: 23, 95 and 14. RGB value is (35,149,20). Sum of RGB (Red+Green+Blue) = 35+149+20=204 (27% of max value = 765). Red value is 35 (14.06% from 255 or 17.16% from 204); Green value is 149 (58.59% from 255 or 73.04% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 149 - color contains mainly: green. Hex color #239514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #239514 is #DC6AEB. Grayscale: #646464. Windows color (decimal): -14445292 or 1348899. OLE color: 1348899.
HSL color Cylindrical-coordinate representation of color #239514: hue angle of 113.02º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #239514 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 149 | 20 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.42 |
| HSL | 113.02º | 0.76% | 0.33% | - |
| HSV(B) | 113.02º | 0.87% | 0.58% | - |
| XYZ | 11.57 | 21.9 | 4.28 | - |
| YUV | 100.21 | 82.73 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 149 | 20 | 0.77 | 0 | 0.87 | 0.42 | 113.02 | 0.76 | 0.33 |
| Hex | 23 | 95 | 14 | 4D | 0 | 57 | 2A | 71 | 4C | 21 |
| Octal | 43 | 225 | 24 | 115 | 0 | 127 | 52 | 161 | 114 | 41 |
| Binary | 100011 | 10010101 | 10100 | 1001101 | 0 | 1010111 | 101010 | 1110001 | 1001100 | 100001 |
Color Harmonies of #239514
Complementary color
Monochromatic Colors of #239514
Black with #239514
Text Example
Text Example
White with #239514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239514; }
p { color: rgb(35,149,20); }
H1.HeaderClassName
{
color: #239514;
}
.AnyTagClassName
{
color: #239514;
}
</style>
background-color css
<style>
a { background-color: #239514; }
a { background-color: rgb(35,149,20); }
div.DivClassName
{
background-color: #239514;
}
.BgClassName
{
background-color: #239514;
}
</style>
border-color css
<style>
span { border-color: #239514; }
span { border-color: rgb(35,149,20); }
td.TdClassName
{
border-color: #239514;
}
.TagClassName
{
border-color: #239514;
}
</style>