Shades of Forest Green #238801
Tints of Forest Green #238801
RGB
CMYK
RGB Variations
Color information
#238801 (or 0x238801) is known color: Forest Green. HEX triplet: 23, 88 and 01. RGB value is (35,136,1). Sum of RGB (Red+Green+Blue) = 35+136+1=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 136 (53.52% from 255 or 79.07% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 136 - color contains mainly: green. Hex color #238801 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238801 is #DC77FE. Grayscale: #5A5A5A. Windows color (decimal): -14448639 or 100387. OLE color: 100387.
HSL color Cylindrical-coordinate representation of color #238801: hue angle of 104.89º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #238801 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 136 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.47 |
| HSL | 104.89º | 0.99% | 0.27% | - |
| HSV(B) | 104.89º | 0.99% | 0.53% | - |
| XYZ | 9.5 | 17.97 | 3 | - |
| YUV | 90.41 | 77.54 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 1 | 0.74 | 0 | 0.99 | 0.47 | 104.89 | 0.99 | 0.27 |
| Hex | 23 | 88 | 1 | 4A | 0 | 63 | 2F | 69 | 63 | 1B |
| Octal | 43 | 210 | 1 | 112 | 0 | 143 | 57 | 151 | 143 | 33 |
| Binary | 100011 | 10001000 | 1 | 1001010 | 0 | 1100011 | 101111 | 1101001 | 1100011 | 11011 |
Color Harmonies of #238801
Complementary color
Monochromatic Colors of #238801
Black with #238801
Text Example
Text Example
White with #238801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238801; }
p { color: rgb(35,136,1); }
H1.HeaderClassName
{
color: #238801;
}
.AnyTagClassName
{
color: #238801;
}
</style>
background-color css
<style>
a { background-color: #238801; }
a { background-color: rgb(35,136,1); }
div.DivClassName
{
background-color: #238801;
}
.BgClassName
{
background-color: #238801;
}
</style>
border-color css
<style>
span { border-color: #238801; }
span { border-color: rgb(35,136,1); }
td.TdClassName
{
border-color: #238801;
}
.TagClassName
{
border-color: #238801;
}
</style>