Shades of Forest Green #238F2D
Tints of Forest Green #238F2D
RGB
CMYK
RGB Variations
Color information
#238F2D (or 0x238F2D) is known color: Forest Green. HEX triplet: 23, 8F and 2D. RGB value is (35,143,45). Sum of RGB (Red+Green+Blue) = 35+143+45=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #238F2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238F2D is #DC70D2. Grayscale: #636363. Windows color (decimal): -14446803 or 2985763. OLE color: 2985763.
HSL color Cylindrical-coordinate representation of color #238F2D: hue angle of 125.56º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F2D is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 45 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.44 |
| HSL | 125.56º | 0.61% | 0.35% | - |
| HSV(B) | 125.56º | 0.76% | 0.56% | - |
| XYZ | 10.99 | 20.19 | 5.8 | - |
| YUV | 99.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 45 | 0.76 | 0 | 0.69 | 0.44 | 125.56 | 0.61 | 0.35 |
| Hex | 23 | 8F | 2D | 4C | 0 | 45 | 2C | 7E | 3D | 23 |
| Octal | 43 | 217 | 55 | 114 | 0 | 105 | 54 | 176 | 75 | 43 |
| Binary | 100011 | 10001111 | 101101 | 1001100 | 0 | 1000101 | 101100 | 1111110 | 111101 | 100011 |
Color Harmonies of #238F2D
Complementary color
Monochromatic Colors of #238F2D
Black with #238F2D
Text Example
Text Example
White with #238F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F2D; }
p { color: rgb(35,143,45); }
H1.HeaderClassName
{
color: #238F2D;
}
.AnyTagClassName
{
color: #238F2D;
}
</style>
background-color css
<style>
a { background-color: #238F2D; }
a { background-color: rgb(35,143,45); }
div.DivClassName
{
background-color: #238F2D;
}
.BgClassName
{
background-color: #238F2D;
}
</style>
border-color css
<style>
span { border-color: #238F2D; }
span { border-color: rgb(35,143,45); }
td.TdClassName
{
border-color: #238F2D;
}
.TagClassName
{
border-color: #238F2D;
}
</style>