Shades of Forest Green #23973A
Tints of Forest Green #23973A
RGB
CMYK
RGB Variations
Color information
#23973A (or 0x23973A) is known color: Forest Green. HEX triplet: 23, 97 and 3A. RGB value is (35,151,58). Sum of RGB (Red+Green+Blue) = 35+151+58=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #23973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23973A is #DC68C5. Grayscale: #696969. Windows color (decimal): -14444742 or 3839779. OLE color: 3839779.
HSL color Cylindrical-coordinate representation of color #23973A: hue angle of 131.9º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #23973A is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 151 | 58 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.41 |
| HSL | 131.9º | 0.62% | 0.36% | - |
| HSV(B) | 131.9º | 0.77% | 0.59% | - |
| XYZ | 12.52 | 22.8 | 7.74 | - |
| YUV | 105.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 58 | 0.77 | 0 | 0.62 | 0.41 | 131.9 | 0.62 | 0.36 |
| Hex | 23 | 97 | 3A | 4D | 0 | 3E | 29 | 84 | 3E | 24 |
| Octal | 43 | 227 | 72 | 115 | 0 | 76 | 51 | 204 | 76 | 44 |
| Binary | 100011 | 10010111 | 111010 | 1001101 | 0 | 111110 | 101001 | 10000100 | 111110 | 100100 |
Color Harmonies of #23973A
Complementary color
Monochromatic Colors of #23973A
Black with #23973A
Text Example
Text Example
White with #23973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23973A; }
p { color: rgb(35,151,58); }
H1.HeaderClassName
{
color: #23973A;
}
.AnyTagClassName
{
color: #23973A;
}
</style>
background-color css
<style>
a { background-color: #23973A; }
a { background-color: rgb(35,151,58); }
div.DivClassName
{
background-color: #23973A;
}
.BgClassName
{
background-color: #23973A;
}
</style>
border-color css
<style>
span { border-color: #23973A; }
span { border-color: rgb(35,151,58); }
td.TdClassName
{
border-color: #23973A;
}
.TagClassName
{
border-color: #23973A;
}
</style>