Shades of Forest Green #218230
Tints of Forest Green #218230
RGB
CMYK
RGB Variations
Color information
#218230 (or 0x218230) is known color: Forest Green. HEX triplet: 21, 82 and 30. RGB value is (33,130,48). Sum of RGB (Red+Green+Blue) = 33+130+48=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #218230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218230 is #DE7DCF. Grayscale: #5B5B5B. Windows color (decimal): -14581200 or 3179041. OLE color: 3179041.
HSL color Cylindrical-coordinate representation of color #218230: hue angle of 129.28º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218230 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 33 | 130 | 48 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.49 |
| HSL | 129.28º | 0.6% | 0.32% | - |
| HSV(B) | 129.28º | 0.75% | 0.51% | - |
| XYZ | 9.14 | 16.5 | 5.5 | - |
| YUV | 91.65 | 103.36 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 48 | 0.75 | 0 | 0.63 | 0.49 | 129.28 | 0.6 | 0.32 |
| Hex | 21 | 82 | 30 | 4B | 0 | 3F | 31 | 81 | 3C | 20 |
| Octal | 41 | 202 | 60 | 113 | 0 | 77 | 61 | 201 | 74 | 40 |
| Binary | 100001 | 10000010 | 110000 | 1001011 | 0 | 111111 | 110001 | 10000001 | 111100 | 100000 |
Color Harmonies of #218230
Complementary color
Monochromatic Colors of #218230
Black with #218230
Text Example
Text Example
White with #218230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218230; }
p { color: rgb(33,130,48); }
H1.HeaderClassName
{
color: #218230;
}
.AnyTagClassName
{
color: #218230;
}
</style>
background-color css
<style>
a { background-color: #218230; }
a { background-color: rgb(33,130,48); }
div.DivClassName
{
background-color: #218230;
}
.BgClassName
{
background-color: #218230;
}
</style>
border-color css
<style>
span { border-color: #218230; }
span { border-color: rgb(33,130,48); }
td.TdClassName
{
border-color: #218230;
}
.TagClassName
{
border-color: #218230;
}
</style>