Shades of Forest Green #23970F
Tints of Forest Green #23970F
RGB
CMYK
RGB Variations
Color information
#23970F (or 0x23970F) is known color: Forest Green. HEX triplet: 23, 97 and 0F. RGB value is (35,151,15). Sum of RGB (Red+Green+Blue) = 35+151+15=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 151 (59.38% from 255 or 75.12% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 151 - color contains mainly: green. Hex color #23970F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #23970F is #DC68F0. Grayscale: #656565. Windows color (decimal): -14444785 or 1021731. OLE color: 1021731.
HSL color Cylindrical-coordinate representation of color #23970F: hue angle of 111.18º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #23970F is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 35 | 151 | 15 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.41 |
| HSL | 111.18º | 0.82% | 0.33% | - |
| HSV(B) | 111.18º | 0.9% | 0.59% | - |
| XYZ | 11.85 | 22.53 | 4.18 | - |
| YUV | 100.81 | 79.57 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 151 | 15 | 0.77 | 0 | 0.90 | 0.41 | 111.18 | 0.82 | 0.33 |
| Hex | 23 | 97 | F | 4D | 0 | 5A | 29 | 6F | 52 | 21 |
| Octal | 43 | 227 | 17 | 115 | 0 | 132 | 51 | 157 | 122 | 41 |
| Binary | 100011 | 10010111 | 1111 | 1001101 | 0 | 1011010 | 101001 | 1101111 | 1010010 | 100001 |
Color Harmonies of #23970F
Complementary color
Monochromatic Colors of #23970F
Black with #23970F
Text Example
Text Example
White with #23970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23970F; }
p { color: rgb(35,151,15); }
H1.HeaderClassName
{
color: #23970F;
}
.AnyTagClassName
{
color: #23970F;
}
</style>
background-color css
<style>
a { background-color: #23970F; }
a { background-color: rgb(35,151,15); }
div.DivClassName
{
background-color: #23970F;
}
.BgClassName
{
background-color: #23970F;
}
</style>
border-color css
<style>
span { border-color: #23970F; }
span { border-color: rgb(35,151,15); }
td.TdClassName
{
border-color: #23970F;
}
.TagClassName
{
border-color: #23970F;
}
</style>