Shades of Forest Green #238527
Tints of Forest Green #238527
RGB
CMYK
RGB Variations
Color information
#238527 (or 0x238527) is known color: Forest Green. HEX triplet: 23, 85 and 27. RGB value is (35,133,39). Sum of RGB (Red+Green+Blue) = 35+133+39=207 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.91% from 207); Green value is 133 (52.34% from 255 or 64.25% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 133 - color contains mainly: green. Hex color #238527 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238527 is #DC7AD8. Grayscale: #5D5D5D. Windows color (decimal): -14449369 or 2589987. OLE color: 2589987.
HSL color Cylindrical-coordinate representation of color #238527: hue angle of 122.45º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238527 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 35 | 133 | 39 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.48 |
| HSL | 122.45º | 0.58% | 0.33% | - |
| HSV(B) | 122.45º | 0.74% | 0.52% | - |
| XYZ | 9.45 | 17.28 | 4.76 | - |
| YUV | 92.98 | 97.53 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 133 | 39 | 0.74 | 0 | 0.71 | 0.48 | 122.45 | 0.58 | 0.33 |
| Hex | 23 | 85 | 27 | 4A | 0 | 47 | 30 | 7A | 3A | 21 |
| Octal | 43 | 205 | 47 | 112 | 0 | 107 | 60 | 172 | 72 | 41 |
| Binary | 100011 | 10000101 | 100111 | 1001010 | 0 | 1000111 | 110000 | 1111010 | 111010 | 100001 |
Color Harmonies of #238527
Complementary color
Monochromatic Colors of #238527
Black with #238527
Text Example
Text Example
White with #238527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238527; }
p { color: rgb(35,133,39); }
H1.HeaderClassName
{
color: #238527;
}
.AnyTagClassName
{
color: #238527;
}
</style>
background-color css
<style>
a { background-color: #238527; }
a { background-color: rgb(35,133,39); }
div.DivClassName
{
background-color: #238527;
}
.BgClassName
{
background-color: #238527;
}
</style>
border-color css
<style>
span { border-color: #238527; }
span { border-color: rgb(35,133,39); }
td.TdClassName
{
border-color: #238527;
}
.TagClassName
{
border-color: #238527;
}
</style>