Shades of Forest Green #21983A
Tints of Forest Green #21983A
RGB
CMYK
RGB Variations
Color information
#21983A (or 0x21983A) is known color: Forest Green. HEX triplet: 21, 98 and 3A. RGB value is (33,152,58). Sum of RGB (Red+Green+Blue) = 33+152+58=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #21983A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21983A is #DE67C5. Grayscale: #696969. Windows color (decimal): -14575558 or 3840033. OLE color: 3840033.
HSL color Cylindrical-coordinate representation of color #21983A: hue angle of 132.61º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21983A is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 152 | 58 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.40 |
| HSL | 132.61º | 0.64% | 0.36% | - |
| HSV(B) | 132.61º | 0.78% | 0.6% | - |
| XYZ | 12.62 | 23.09 | 7.79 | - |
| YUV | 105.7 | 101.08 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 152 | 58 | 0.78 | 0 | 0.62 | 0.40 | 132.61 | 0.64 | 0.36 |
| Hex | 21 | 98 | 3A | 4E | 0 | 3E | 28 | 85 | 40 | 24 |
| Octal | 41 | 230 | 72 | 116 | 0 | 76 | 50 | 205 | 100 | 44 |
| Binary | 100001 | 10011000 | 111010 | 1001110 | 0 | 111110 | 101000 | 10000101 | 1000000 | 100100 |
Color Harmonies of #21983A
Complementary color
Monochromatic Colors of #21983A
Black with #21983A
Text Example
Text Example
White with #21983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21983A; }
p { color: rgb(33,152,58); }
H1.HeaderClassName
{
color: #21983A;
}
.AnyTagClassName
{
color: #21983A;
}
</style>
background-color css
<style>
a { background-color: #21983A; }
a { background-color: rgb(33,152,58); }
div.DivClassName
{
background-color: #21983A;
}
.BgClassName
{
background-color: #21983A;
}
</style>
border-color css
<style>
span { border-color: #21983A; }
span { border-color: rgb(33,152,58); }
td.TdClassName
{
border-color: #21983A;
}
.TagClassName
{
border-color: #21983A;
}
</style>