Shades of Forest Green #23972D
Tints of Forest Green #23972D
RGB
CMYK
RGB Variations
Color information
#23972D (or 0x23972D) is known color: Forest Green. HEX triplet: 23, 97 and 2D. RGB value is (35,151,45). Sum of RGB (Red+Green+Blue) = 35+151+45=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 151 (59.38% from 255 or 65.37% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 151 - color contains mainly: green. Hex color #23972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23972D is #DC68D2. Grayscale: #686868. Windows color (decimal): -14444755 or 2987811. OLE color: 2987811.
HSL color Cylindrical-coordinate representation of color #23972D: hue angle of 125.17º 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 #23972D is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 151 | 45 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.41 |
| HSL | 125.17º | 0.62% | 0.36% | - |
| HSV(B) | 125.17º | 0.77% | 0.59% | - |
| XYZ | 12.23 | 22.68 | 6.22 | - |
| YUV | 104.23 | 94.57 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 45 | 0.77 | 0 | 0.70 | 0.41 | 125.17 | 0.62 | 0.36 |
| Hex | 23 | 97 | 2D | 4D | 0 | 46 | 29 | 7D | 3E | 24 |
| Octal | 43 | 227 | 55 | 115 | 0 | 106 | 51 | 175 | 76 | 44 |
| Binary | 100011 | 10010111 | 101101 | 1001101 | 0 | 1000110 | 101001 | 1111101 | 111110 | 100100 |
Color Harmonies of #23972D
Complementary color
Monochromatic Colors of #23972D
Black with #23972D
Text Example
Text Example
White with #23972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23972D; }
p { color: rgb(35,151,45); }
H1.HeaderClassName
{
color: #23972D;
}
.AnyTagClassName
{
color: #23972D;
}
</style>
background-color css
<style>
a { background-color: #23972D; }
a { background-color: rgb(35,151,45); }
div.DivClassName
{
background-color: #23972D;
}
.BgClassName
{
background-color: #23972D;
}
</style>
border-color css
<style>
span { border-color: #23972D; }
span { border-color: rgb(35,151,45); }
td.TdClassName
{
border-color: #23972D;
}
.TagClassName
{
border-color: #23972D;
}
</style>