Shades of Forest Green #23981B
Tints of Forest Green #23981B
RGB
CMYK
RGB Variations
Color information
#23981B (or 0x23981B) is known color: Forest Green. HEX triplet: 23, 98 and 1B. RGB value is (35,152,27). Sum of RGB (Red+Green+Blue) = 35+152+27=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 152 (59.77% from 255 or 71.03% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 152 - color contains mainly: green. Hex color #23981B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23981B is #DC67E4. Grayscale: #676767. Windows color (decimal): -14444517 or 1808419. OLE color: 1808419.
HSL color Cylindrical-coordinate representation of color #23981B: hue angle of 116.16º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23981B is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 152 | 27 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.40 |
| HSL | 116.16º | 0.7% | 0.35% | - |
| HSV(B) | 116.16º | 0.82% | 0.6% | - |
| XYZ | 12.12 | 22.89 | 4.82 | - |
| YUV | 102.77 | 85.24 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 152 | 27 | 0.77 | 0 | 0.82 | 0.40 | 116.16 | 0.7 | 0.35 |
| Hex | 23 | 98 | 1B | 4D | 0 | 52 | 28 | 74 | 46 | 23 |
| Octal | 43 | 230 | 33 | 115 | 0 | 122 | 50 | 164 | 106 | 43 |
| Binary | 100011 | 10011000 | 11011 | 1001101 | 0 | 1010010 | 101000 | 1110100 | 1000110 | 100011 |
Color Harmonies of #23981B
Complementary color
Monochromatic Colors of #23981B
Black with #23981B
Text Example
Text Example
White with #23981B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23981B; }
p { color: rgb(35,152,27); }
H1.HeaderClassName
{
color: #23981B;
}
.AnyTagClassName
{
color: #23981B;
}
</style>
background-color css
<style>
a { background-color: #23981B; }
a { background-color: rgb(35,152,27); }
div.DivClassName
{
background-color: #23981B;
}
.BgClassName
{
background-color: #23981B;
}
</style>
border-color css
<style>
span { border-color: #23981B; }
span { border-color: rgb(35,152,27); }
td.TdClassName
{
border-color: #23981B;
}
.TagClassName
{
border-color: #23981B;
}
</style>