Shades of Forest Green #188225
Tints of Forest Green #188225
RGB
CMYK
RGB Variations
Color information
#188225 (or 0x188225) is known color: Forest Green. HEX triplet: 18, 82 and 25. RGB value is (24,130,37). Sum of RGB (Red+Green+Blue) = 24+130+37=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 130 (51.17% from 255 or 68.06% from 191); Blue value is 37 (14.84% from 255 or 19.37% from 191); Max value from RGB is 130 - color contains mainly: green. Hex color #188225 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188225 is #E77DDA. Grayscale: #575757. Windows color (decimal): -15171035 or 2458136. OLE color: 2458136.
HSL color Cylindrical-coordinate representation of color #188225: hue angle of 127.36º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188225 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 37 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.49 |
| HSL | 127.36º | 0.69% | 0.3% | - |
| HSV(B) | 127.36º | 0.82% | 0.51% | - |
| XYZ | 8.69 | 16.29 | 4.44 | - |
| YUV | 87.7 | 99.38 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 37 | 0.82 | 0 | 0.72 | 0.49 | 127.36 | 0.69 | 0.3 |
| Hex | 18 | 82 | 25 | 52 | 0 | 48 | 31 | 7F | 45 | 1E |
| Octal | 30 | 202 | 45 | 122 | 0 | 110 | 61 | 177 | 105 | 36 |
| Binary | 11000 | 10000010 | 100101 | 1010010 | 0 | 1001000 | 110001 | 1111111 | 1000101 | 11110 |
Color Harmonies of #188225
Complementary color
Monochromatic Colors of #188225
Black with #188225
Text Example
Text Example
White with #188225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188225; }
p { color: rgb(24,130,37); }
H1.HeaderClassName
{
color: #188225;
}
.AnyTagClassName
{
color: #188225;
}
</style>
background-color css
<style>
a { background-color: #188225; }
a { background-color: rgb(24,130,37); }
div.DivClassName
{
background-color: #188225;
}
.BgClassName
{
background-color: #188225;
}
</style>
border-color css
<style>
span { border-color: #188225; }
span { border-color: rgb(24,130,37); }
td.TdClassName
{
border-color: #188225;
}
.TagClassName
{
border-color: #188225;
}
</style>