Shades of Forest Green #21AD27
Tints of Forest Green #21AD27
RGB
CMYK
RGB Variations
Color information
#21AD27 (or 0x21AD27) is known color: Forest Green. HEX triplet: 21, AD and 27. RGB value is (33,173,39). Sum of RGB (Red+Green+Blue) = 33+173+39=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 173 (67.97% from 255 or 70.61% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AD27 is #DE52D8. Grayscale: #747474. Windows color (decimal): -14570201 or 2600225. OLE color: 2600225.
HSL color Cylindrical-coordinate representation of color #21AD27: hue angle of 122.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD27 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 39 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.32 |
| HSL | 122.57º | 0.68% | 0.4% | - |
| HSV(B) | 122.57º | 0.81% | 0.68% | - |
| XYZ | 15.94 | 30.36 | 6.94 | - |
| YUV | 115.86 | 84.62 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 39 | 0.81 | 0 | 0.77 | 0.32 | 122.57 | 0.68 | 0.4 |
| Hex | 21 | AD | 27 | 51 | 0 | 4D | 20 | 7B | 44 | 28 |
| Octal | 41 | 255 | 47 | 121 | 0 | 115 | 40 | 173 | 104 | 50 |
| Binary | 100001 | 10101101 | 100111 | 1010001 | 0 | 1001101 | 100000 | 1111011 | 1000100 | 101000 |
Color Harmonies of #21AD27
Complementary color
Monochromatic Colors of #21AD27
Black with #21AD27
Text Example
Text Example
White with #21AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD27; }
p { color: rgb(33,173,39); }
H1.HeaderClassName
{
color: #21AD27;
}
.AnyTagClassName
{
color: #21AD27;
}
</style>
background-color css
<style>
a { background-color: #21AD27; }
a { background-color: rgb(33,173,39); }
div.DivClassName
{
background-color: #21AD27;
}
.BgClassName
{
background-color: #21AD27;
}
</style>
border-color css
<style>
span { border-color: #21AD27; }
span { border-color: rgb(33,173,39); }
td.TdClassName
{
border-color: #21AD27;
}
.TagClassName
{
border-color: #21AD27;
}
</style>