Shades of Forest Green #238B2C
Tints of Forest Green #238B2C
RGB
CMYK
RGB Variations
Color information
#238B2C (or 0x238B2C) is known color: Forest Green. HEX triplet: 23, 8B and 2C. RGB value is (35,139,44). Sum of RGB (Red+Green+Blue) = 35+139+44=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #238B2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238B2C is #DC74D3. Grayscale: #616161. Windows color (decimal): -14447828 or 2919203. OLE color: 2919203.
HSL color Cylindrical-coordinate representation of color #238B2C: hue angle of 125.19º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B2C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 139 | 44 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.45 |
| HSL | 125.19º | 0.6% | 0.34% | - |
| HSV(B) | 125.19º | 0.75% | 0.55% | - |
| XYZ | 10.38 | 19 | 5.5 | - |
| YUV | 97.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 44 | 0.75 | 0 | 0.68 | 0.45 | 125.19 | 0.6 | 0.34 |
| Hex | 23 | 8B | 2C | 4B | 0 | 44 | 2D | 7D | 3C | 22 |
| Octal | 43 | 213 | 54 | 113 | 0 | 104 | 55 | 175 | 74 | 42 |
| Binary | 100011 | 10001011 | 101100 | 1001011 | 0 | 1000100 | 101101 | 1111101 | 111100 | 100010 |
Color Harmonies of #238B2C
Complementary color
Monochromatic Colors of #238B2C
Black with #238B2C
Text Example
Text Example
White with #238B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B2C; }
p { color: rgb(35,139,44); }
H1.HeaderClassName
{
color: #238B2C;
}
.AnyTagClassName
{
color: #238B2C;
}
</style>
background-color css
<style>
a { background-color: #238B2C; }
a { background-color: rgb(35,139,44); }
div.DivClassName
{
background-color: #238B2C;
}
.BgClassName
{
background-color: #238B2C;
}
</style>
border-color css
<style>
span { border-color: #238B2C; }
span { border-color: rgb(35,139,44); }
td.TdClassName
{
border-color: #238B2C;
}
.TagClassName
{
border-color: #238B2C;
}
</style>