Shades of Forest Green #238501
Tints of Forest Green #238501
RGB
CMYK
RGB Variations
Color information
#238501 (or 0x238501) is known color: Forest Green. HEX triplet: 23, 85 and 01. RGB value is (35,133,1). Sum of RGB (Red+Green+Blue) = 35+133+1=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 133 (52.34% from 255 or 78.70% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 133 - color contains mainly: green. Hex color #238501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #238501 is #DC7AFE. Grayscale: #595959. Windows color (decimal): -14449407 or 99619. OLE color: 99619.
HSL color Cylindrical-coordinate representation of color #238501: hue angle of 104.55º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #238501 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 133 | 1 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.48 |
| HSL | 104.55º | 0.99% | 0.26% | - |
| HSV(B) | 104.55º | 0.99% | 0.52% | - |
| XYZ | 9.09 | 17.13 | 2.86 | - |
| YUV | 88.65 | 78.53 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 1 | 0.74 | 0 | 0.99 | 0.48 | 104.55 | 0.99 | 0.26 |
| Hex | 23 | 85 | 1 | 4A | 0 | 63 | 30 | 69 | 63 | 1A |
| Octal | 43 | 205 | 1 | 112 | 0 | 143 | 60 | 151 | 143 | 32 |
| Binary | 100011 | 10000101 | 1 | 1001010 | 0 | 1100011 | 110000 | 1101001 | 1100011 | 11010 |
Color Harmonies of #238501
Complementary color
Monochromatic Colors of #238501
Black with #238501
Text Example
Text Example
White with #238501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238501; }
p { color: rgb(35,133,1); }
H1.HeaderClassName
{
color: #238501;
}
.AnyTagClassName
{
color: #238501;
}
</style>
background-color css
<style>
a { background-color: #238501; }
a { background-color: rgb(35,133,1); }
div.DivClassName
{
background-color: #238501;
}
.BgClassName
{
background-color: #238501;
}
</style>
border-color css
<style>
span { border-color: #238501; }
span { border-color: rgb(35,133,1); }
td.TdClassName
{
border-color: #238501;
}
.TagClassName
{
border-color: #238501;
}
</style>