Shades of Forest Green #21A327
Tints of Forest Green #21A327
RGB
CMYK
RGB Variations
Color information
#21A327 (or 0x21A327) is known color: Forest Green. HEX triplet: 21, A3 and 27. RGB value is (33,163,39). Sum of RGB (Red+Green+Blue) = 33+163+39=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 163 (64.06% from 255 or 69.36% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 163 - color contains mainly: green. Hex color #21A327 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A327 is #DE5CD8. Grayscale: #6E6E6E. Windows color (decimal): -14572761 or 2597665. OLE color: 2597665.
HSL color Cylindrical-coordinate representation of color #21A327: hue angle of 122.77º 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 #21A327 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 39 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.36 |
| HSL | 122.77º | 0.66% | 0.38% | - |
| HSV(B) | 122.77º | 0.8% | 0.64% | - |
| XYZ | 14.09 | 26.66 | 6.32 | - |
| YUV | 109.99 | 87.93 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 39 | 0.80 | 0 | 0.76 | 0.36 | 122.77 | 0.66 | 0.38 |
| Hex | 21 | A3 | 27 | 50 | 0 | 4C | 24 | 7B | 42 | 26 |
| Octal | 41 | 243 | 47 | 120 | 0 | 114 | 44 | 173 | 102 | 46 |
| Binary | 100001 | 10100011 | 100111 | 1010000 | 0 | 1001100 | 100100 | 1111011 | 1000010 | 100110 |
Color Harmonies of #21A327
Complementary color
Monochromatic Colors of #21A327
Black with #21A327
Text Example
Text Example
White with #21A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A327; }
p { color: rgb(33,163,39); }
H1.HeaderClassName
{
color: #21A327;
}
.AnyTagClassName
{
color: #21A327;
}
</style>
background-color css
<style>
a { background-color: #21A327; }
a { background-color: rgb(33,163,39); }
div.DivClassName
{
background-color: #21A327;
}
.BgClassName
{
background-color: #21A327;
}
</style>
border-color css
<style>
span { border-color: #21A327; }
span { border-color: rgb(33,163,39); }
td.TdClassName
{
border-color: #21A327;
}
.TagClassName
{
border-color: #21A327;
}
</style>