Shades of Forest Green #23970D
Tints of Forest Green #23970D
RGB
CMYK
RGB Variations
Color information
#23970D (or 0x23970D) is known color: Forest Green. HEX triplet: 23, 97 and 0D. RGB value is (35,151,13). Sum of RGB (Red+Green+Blue) = 35+151+13=199 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.59% from 199); Green value is 151 (59.38% from 255 or 75.88% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 151 - color contains mainly: green. Hex color #23970D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #23970D is #DC68F2. Grayscale: #656565. Windows color (decimal): -14444787 or 890659. OLE color: 890659.
HSL color Cylindrical-coordinate representation of color #23970D: hue angle of 110.43º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23970D is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 151 | 13 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.41 |
| HSL | 110.43º | 0.84% | 0.32% | - |
| HSV(B) | 110.43º | 0.91% | 0.59% | - |
| XYZ | 11.83 | 22.52 | 4.1 | - |
| YUV | 100.58 | 78.57 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 13 | 0.77 | 0 | 0.91 | 0.41 | 110.43 | 0.84 | 0.32 |
| Hex | 23 | 97 | D | 4D | 0 | 5B | 29 | 6E | 54 | 20 |
| Octal | 43 | 227 | 15 | 115 | 0 | 133 | 51 | 156 | 124 | 40 |
| Binary | 100011 | 10010111 | 1101 | 1001101 | 0 | 1011011 | 101001 | 1101110 | 1010100 | 100000 |
Color Harmonies of #23970D
Complementary color
Monochromatic Colors of #23970D
Black with #23970D
Text Example
Text Example
White with #23970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23970D; }
p { color: rgb(35,151,13); }
H1.HeaderClassName
{
color: #23970D;
}
.AnyTagClassName
{
color: #23970D;
}
</style>
background-color css
<style>
a { background-color: #23970D; }
a { background-color: rgb(35,151,13); }
div.DivClassName
{
background-color: #23970D;
}
.BgClassName
{
background-color: #23970D;
}
</style>
border-color css
<style>
span { border-color: #23970D; }
span { border-color: rgb(35,151,13); }
td.TdClassName
{
border-color: #23970D;
}
.TagClassName
{
border-color: #23970D;
}
</style>