Shades of Forest Green #23971D
Tints of Forest Green #23971D
RGB
CMYK
RGB Variations
Color information
#23971D (or 0x23971D) is known color: Forest Green. HEX triplet: 23, 97 and 1D. RGB value is (35,151,29). Sum of RGB (Red+Green+Blue) = 35+151+29=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 151 (59.38% from 255 or 70.23% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 151 - color contains mainly: green. Hex color #23971D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23971D is #DC68E2. Grayscale: #666666. Windows color (decimal): -14444771 or 1939235. OLE color: 1939235.
HSL color Cylindrical-coordinate representation of color #23971D: hue angle of 117.05º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23971D is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 151 | 29 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.41 |
| HSL | 117.05º | 0.68% | 0.35% | - |
| HSV(B) | 117.05º | 0.81% | 0.59% | - |
| XYZ | 11.98 | 22.58 | 4.89 | - |
| YUV | 102.41 | 86.57 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 29 | 0.77 | 0 | 0.81 | 0.41 | 117.05 | 0.68 | 0.35 |
| Hex | 23 | 97 | 1D | 4D | 0 | 51 | 29 | 75 | 44 | 23 |
| Octal | 43 | 227 | 35 | 115 | 0 | 121 | 51 | 165 | 104 | 43 |
| Binary | 100011 | 10010111 | 11101 | 1001101 | 0 | 1010001 | 101001 | 1110101 | 1000100 | 100011 |
Color Harmonies of #23971D
Complementary color
Monochromatic Colors of #23971D
Black with #23971D
Text Example
Text Example
White with #23971D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23971D; }
p { color: rgb(35,151,29); }
H1.HeaderClassName
{
color: #23971D;
}
.AnyTagClassName
{
color: #23971D;
}
</style>
background-color css
<style>
a { background-color: #23971D; }
a { background-color: rgb(35,151,29); }
div.DivClassName
{
background-color: #23971D;
}
.BgClassName
{
background-color: #23971D;
}
</style>
border-color css
<style>
span { border-color: #23971D; }
span { border-color: rgb(35,151,29); }
td.TdClassName
{
border-color: #23971D;
}
.TagClassName
{
border-color: #23971D;
}
</style>