Shades of Forest Green #189130
Tints of Forest Green #189130
RGB
CMYK
RGB Variations
Color information
#189130 (or 0x189130) is known color: Forest Green. HEX triplet: 18, 91 and 30. RGB value is (24,145,48). Sum of RGB (Red+Green+Blue) = 24+145+48=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #189130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189130 is #E76ECF. Grayscale: #626262. Windows color (decimal): -15167184 or 3182872. OLE color: 3182872.
HSL color Cylindrical-coordinate representation of color #189130: hue angle of 131.9º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189130 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 24 | 145 | 48 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.43 |
| HSL | 131.9º | 0.72% | 0.33% | - |
| HSV(B) | 131.9º | 0.83% | 0.57% | - |
| XYZ | 11.04 | 20.66 | 6.2 | - |
| YUV | 97.76 | 99.91 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 48 | 0.83 | 0 | 0.67 | 0.43 | 131.9 | 0.72 | 0.33 |
| Hex | 18 | 91 | 30 | 53 | 0 | 43 | 2B | 84 | 48 | 21 |
| Octal | 30 | 221 | 60 | 123 | 0 | 103 | 53 | 204 | 110 | 41 |
| Binary | 11000 | 10010001 | 110000 | 1010011 | 0 | 1000011 | 101011 | 10000100 | 1001000 | 100001 |
Color Harmonies of #189130
Complementary color
Monochromatic Colors of #189130
Black with #189130
Text Example
Text Example
White with #189130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189130; }
p { color: rgb(24,145,48); }
H1.HeaderClassName
{
color: #189130;
}
.AnyTagClassName
{
color: #189130;
}
</style>
background-color css
<style>
a { background-color: #189130; }
a { background-color: rgb(24,145,48); }
div.DivClassName
{
background-color: #189130;
}
.BgClassName
{
background-color: #189130;
}
</style>
border-color css
<style>
span { border-color: #189130; }
span { border-color: rgb(24,145,48); }
td.TdClassName
{
border-color: #189130;
}
.TagClassName
{
border-color: #189130;
}
</style>