Shades of Forest Green #21A238
Tints of Forest Green #21A238
RGB
CMYK
RGB Variations
Color information
#21A238 (or 0x21A238) is known color: Forest Green. HEX triplet: 21, A2 and 38. RGB value is (33,162,56). Sum of RGB (Red+Green+Blue) = 33+162+56=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 162 (63.67% from 255 or 64.54% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 162 - color contains mainly: green. Hex color #21A238 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A238 is #DE5DC7. Grayscale: #6F6F6F. Windows color (decimal): -14573000 or 3711521. OLE color: 3711521.
HSL color Cylindrical-coordinate representation of color #21A238: hue angle of 130.7º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A238 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 56 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.36 |
| HSL | 130.7º | 0.66% | 0.38% | - |
| HSV(B) | 130.7º | 0.8% | 0.64% | - |
| XYZ | 14.26 | 26.45 | 8.09 | - |
| YUV | 111.35 | 96.76 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 56 | 0.80 | 0 | 0.65 | 0.36 | 130.7 | 0.66 | 0.38 |
| Hex | 21 | A2 | 38 | 50 | 0 | 41 | 24 | 83 | 42 | 26 |
| Octal | 41 | 242 | 70 | 120 | 0 | 101 | 44 | 203 | 102 | 46 |
| Binary | 100001 | 10100010 | 111000 | 1010000 | 0 | 1000001 | 100100 | 10000011 | 1000010 | 100110 |
Color Harmonies of #21A238
Complementary color
Monochromatic Colors of #21A238
Black with #21A238
Text Example
Text Example
White with #21A238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A238; }
p { color: rgb(33,162,56); }
H1.HeaderClassName
{
color: #21A238;
}
.AnyTagClassName
{
color: #21A238;
}
</style>
background-color css
<style>
a { background-color: #21A238; }
a { background-color: rgb(33,162,56); }
div.DivClassName
{
background-color: #21A238;
}
.BgClassName
{
background-color: #21A238;
}
</style>
border-color css
<style>
span { border-color: #21A238; }
span { border-color: rgb(33,162,56); }
td.TdClassName
{
border-color: #21A238;
}
.TagClassName
{
border-color: #21A238;
}
</style>