Shades of Forest Green #238932
Tints of Forest Green #238932
RGB
CMYK
RGB Variations
Color information
#238932 (or 0x238932) is known color: Forest Green. HEX triplet: 23, 89 and 32. RGB value is (35,137,50). Sum of RGB (Red+Green+Blue) = 35+137+50=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #238932 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238932 is #DC76CD. Grayscale: #606060. Windows color (decimal): -14448334 or 3311907. OLE color: 3311907.
HSL color Cylindrical-coordinate representation of color #238932: hue angle of 128.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238932 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 35 | 137 | 50 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.46 |
| HSL | 128.82º | 0.59% | 0.34% | - |
| HSV(B) | 128.82º | 0.74% | 0.54% | - |
| XYZ | 10.21 | 18.48 | 6.05 | - |
| YUV | 96.58 | 101.71 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 137 | 50 | 0.74 | 0 | 0.64 | 0.46 | 128.82 | 0.59 | 0.34 |
| Hex | 23 | 89 | 32 | 4A | 0 | 40 | 2E | 81 | 3B | 22 |
| Octal | 43 | 211 | 62 | 112 | 0 | 100 | 56 | 201 | 73 | 42 |
| Binary | 100011 | 10001001 | 110010 | 1001010 | 0 | 1000000 | 101110 | 10000001 | 111011 | 100010 |
Color Harmonies of #238932
Complementary color
Monochromatic Colors of #238932
Black with #238932
Text Example
Text Example
White with #238932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238932; }
p { color: rgb(35,137,50); }
H1.HeaderClassName
{
color: #238932;
}
.AnyTagClassName
{
color: #238932;
}
</style>
background-color css
<style>
a { background-color: #238932; }
a { background-color: rgb(35,137,50); }
div.DivClassName
{
background-color: #238932;
}
.BgClassName
{
background-color: #238932;
}
</style>
border-color css
<style>
span { border-color: #238932; }
span { border-color: rgb(35,137,50); }
td.TdClassName
{
border-color: #238932;
}
.TagClassName
{
border-color: #238932;
}
</style>