Shades of Forest Green #189030
Tints of Forest Green #189030
RGB
CMYK
RGB Variations
Color information
#189030 (or 0x189030) is known color: Forest Green. HEX triplet: 18, 90 and 30. RGB value is (24,144,48). Sum of RGB (Red+Green+Blue) = 24+144+48=216 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.11% from 216); Green value is 144 (56.64% from 255 or 66.67% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 144 - color contains mainly: green. Hex color #189030 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189030 is #E76FCF. Grayscale: #616161. Windows color (decimal): -15167440 or 3182616. OLE color: 3182616.
HSL color Cylindrical-coordinate representation of color #189030: hue angle of 132º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #189030 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 24 | 144 | 48 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.44 |
| HSL | 132º | 0.71% | 0.33% | - |
| HSV(B) | 132º | 0.83% | 0.56% | - |
| XYZ | 10.88 | 20.35 | 6.15 | - |
| YUV | 97.18 | 100.24 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 144 | 48 | 0.83 | 0 | 0.67 | 0.44 | 132 | 0.71 | 0.33 |
| Hex | 18 | 90 | 30 | 53 | 0 | 43 | 2C | 84 | 47 | 21 |
| Octal | 30 | 220 | 60 | 123 | 0 | 103 | 54 | 204 | 107 | 41 |
| Binary | 11000 | 10010000 | 110000 | 1010011 | 0 | 1000011 | 101100 | 10000100 | 1000111 | 100001 |
Color Harmonies of #189030
Complementary color
Monochromatic Colors of #189030
Black with #189030
Text Example
Text Example
White with #189030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189030; }
p { color: rgb(24,144,48); }
H1.HeaderClassName
{
color: #189030;
}
.AnyTagClassName
{
color: #189030;
}
</style>
background-color css
<style>
a { background-color: #189030; }
a { background-color: rgb(24,144,48); }
div.DivClassName
{
background-color: #189030;
}
.BgClassName
{
background-color: #189030;
}
</style>
border-color css
<style>
span { border-color: #189030; }
span { border-color: rgb(24,144,48); }
td.TdClassName
{
border-color: #189030;
}
.TagClassName
{
border-color: #189030;
}
</style>