Shades of Forest Green #21A82D
Tints of Forest Green #21A82D
RGB
CMYK
RGB Variations
Color information
#21A82D (or 0x21A82D) is known color: Forest Green. HEX triplet: 21, A8 and 2D. RGB value is (33,168,45). Sum of RGB (Red+Green+Blue) = 33+168+45=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 168 (66.02% from 255 or 68.29% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 168 - color contains mainly: green. Hex color #21A82D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A82D is #DE57D2. Grayscale: #717171. Windows color (decimal): -14571475 or 2992161. OLE color: 2992161.
HSL color Cylindrical-coordinate representation of color #21A82D: hue angle of 125.33º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A82D is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 168 | 45 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.34 |
| HSL | 125.33º | 0.67% | 0.39% | - |
| HSV(B) | 125.33º | 0.8% | 0.66% | - |
| XYZ | 15.1 | 28.52 | 7.19 | - |
| YUV | 113.61 | 89.27 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 45 | 0.80 | 0 | 0.73 | 0.34 | 125.33 | 0.67 | 0.39 |
| Hex | 21 | A8 | 2D | 50 | 0 | 49 | 22 | 7D | 43 | 27 |
| Octal | 41 | 250 | 55 | 120 | 0 | 111 | 42 | 175 | 103 | 47 |
| Binary | 100001 | 10101000 | 101101 | 1010000 | 0 | 1001001 | 100010 | 1111101 | 1000011 | 100111 |
Color Harmonies of #21A82D
Complementary color
Monochromatic Colors of #21A82D
Black with #21A82D
Text Example
Text Example
White with #21A82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A82D; }
p { color: rgb(33,168,45); }
H1.HeaderClassName
{
color: #21A82D;
}
.AnyTagClassName
{
color: #21A82D;
}
</style>
background-color css
<style>
a { background-color: #21A82D; }
a { background-color: rgb(33,168,45); }
div.DivClassName
{
background-color: #21A82D;
}
.BgClassName
{
background-color: #21A82D;
}
</style>
border-color css
<style>
span { border-color: #21A82D; }
span { border-color: rgb(33,168,45); }
td.TdClassName
{
border-color: #21A82D;
}
.TagClassName
{
border-color: #21A82D;
}
</style>