Shades of Forest Green #23980E
Tints of Forest Green #23980E
RGB
CMYK
RGB Variations
Color information
#23980E (or 0x23980E) is known color: Forest Green. HEX triplet: 23, 98 and 0E. RGB value is (35,152,14). Sum of RGB (Red+Green+Blue) = 35+152+14=201 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.41% from 201); Green value is 152 (59.77% from 255 or 75.62% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 152 - color contains mainly: green. Hex color #23980E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #23980E is #DC67F1. Grayscale: #656565. Windows color (decimal): -14444530 or 956451. OLE color: 956451.
HSL color Cylindrical-coordinate representation of color #23980E: hue angle of 110.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23980E is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 14 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.40 |
| HSL | 110.87º | 0.83% | 0.33% | - |
| HSV(B) | 110.87º | 0.91% | 0.6% | - |
| XYZ | 12 | 22.85 | 4.19 | - |
| YUV | 101.29 | 78.74 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 14 | 0.77 | 0 | 0.91 | 0.40 | 110.87 | 0.83 | 0.33 |
| Hex | 23 | 98 | E | 4D | 0 | 5B | 28 | 6F | 53 | 21 |
| Octal | 43 | 230 | 16 | 115 | 0 | 133 | 50 | 157 | 123 | 41 |
| Binary | 100011 | 10011000 | 1110 | 1001101 | 0 | 1011011 | 101000 | 1101111 | 1010011 | 100001 |
Color Harmonies of #23980E
Complementary color
Monochromatic Colors of #23980E
Black with #23980E
Text Example
Text Example
White with #23980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23980E; }
p { color: rgb(35,152,14); }
H1.HeaderClassName
{
color: #23980E;
}
.AnyTagClassName
{
color: #23980E;
}
</style>
background-color css
<style>
a { background-color: #23980E; }
a { background-color: rgb(35,152,14); }
div.DivClassName
{
background-color: #23980E;
}
.BgClassName
{
background-color: #23980E;
}
</style>
border-color css
<style>
span { border-color: #23980E; }
span { border-color: rgb(35,152,14); }
td.TdClassName
{
border-color: #23980E;
}
.TagClassName
{
border-color: #23980E;
}
</style>