Shades of Forest Green #188230
Tints of Forest Green #188230
RGB
CMYK
RGB Variations
Color information
#188230 (or 0x188230) is known color: Forest Green. HEX triplet: 18, 82 and 30. RGB value is (24,130,48). Sum of RGB (Red+Green+Blue) = 24+130+48=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #188230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188230 is #E77DCF. Grayscale: #595959. Windows color (decimal): -15171024 or 3179032. OLE color: 3179032.
HSL color Cylindrical-coordinate representation of color #188230: hue angle of 133.58º 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 #188230 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 130 | 48 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.49 |
| HSL | 133.58º | 0.69% | 0.3% | - |
| HSV(B) | 133.58º | 0.82% | 0.51% | - |
| XYZ | 8.89 | 16.37 | 5.49 | - |
| YUV | 88.96 | 104.88 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 48 | 0.82 | 0 | 0.63 | 0.49 | 133.58 | 0.69 | 0.3 |
| Hex | 18 | 82 | 30 | 52 | 0 | 3F | 31 | 86 | 45 | 1E |
| Octal | 30 | 202 | 60 | 122 | 0 | 77 | 61 | 206 | 105 | 36 |
| Binary | 11000 | 10000010 | 110000 | 1010010 | 0 | 111111 | 110001 | 10000110 | 1000101 | 11110 |
Color Harmonies of #188230
Complementary color
Monochromatic Colors of #188230
Black with #188230
Text Example
Text Example
White with #188230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188230; }
p { color: rgb(24,130,48); }
H1.HeaderClassName
{
color: #188230;
}
.AnyTagClassName
{
color: #188230;
}
</style>
background-color css
<style>
a { background-color: #188230; }
a { background-color: rgb(24,130,48); }
div.DivClassName
{
background-color: #188230;
}
.BgClassName
{
background-color: #188230;
}
</style>
border-color css
<style>
span { border-color: #188230; }
span { border-color: rgb(24,130,48); }
td.TdClassName
{
border-color: #188230;
}
.TagClassName
{
border-color: #188230;
}
</style>