Shades of Forest Green #23882F
Tints of Forest Green #23882F
RGB
CMYK
RGB Variations
Color information
#23882F (or 0x23882F) is known color: Forest Green. HEX triplet: 23, 88 and 2F. RGB value is (35,136,47). Sum of RGB (Red+Green+Blue) = 35+136+47=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #23882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23882F is #DC77D0. Grayscale: #5F5F5F. Windows color (decimal): -14448593 or 3115043. OLE color: 3115043.
HSL color Cylindrical-coordinate representation of color #23882F: hue angle of 127.13º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #23882F is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 35 | 136 | 47 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.47 |
| HSL | 127.13º | 0.59% | 0.34% | - |
| HSV(B) | 127.13º | 0.74% | 0.53% | - |
| XYZ | 10.01 | 18.17 | 5.67 | - |
| YUV | 95.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 136 | 47 | 0.74 | 0 | 0.65 | 0.47 | 127.13 | 0.59 | 0.34 |
| Hex | 23 | 88 | 2F | 4A | 0 | 41 | 2F | 7F | 3B | 22 |
| Octal | 43 | 210 | 57 | 112 | 0 | 101 | 57 | 177 | 73 | 42 |
| Binary | 100011 | 10001000 | 101111 | 1001010 | 0 | 1000001 | 101111 | 1111111 | 111011 | 100010 |
Color Harmonies of #23882F
Complementary color
Monochromatic Colors of #23882F
Black with #23882F
Text Example
Text Example
White with #23882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23882F; }
p { color: rgb(35,136,47); }
H1.HeaderClassName
{
color: #23882F;
}
.AnyTagClassName
{
color: #23882F;
}
</style>
background-color css
<style>
a { background-color: #23882F; }
a { background-color: rgb(35,136,47); }
div.DivClassName
{
background-color: #23882F;
}
.BgClassName
{
background-color: #23882F;
}
</style>
border-color css
<style>
span { border-color: #23882F; }
span { border-color: rgb(35,136,47); }
td.TdClassName
{
border-color: #23882F;
}
.TagClassName
{
border-color: #23882F;
}
</style>