Shades of Forest Green #21A427
Tints of Forest Green #21A427
RGB
CMYK
RGB Variations
Color information
#21A427 (or 0x21A427) is known color: Forest Green. HEX triplet: 21, A4 and 27. RGB value is (33,164,39). Sum of RGB (Red+Green+Blue) = 33+164+39=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 164 (64.45% from 255 or 69.49% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 164 - color contains mainly: green. Hex color #21A427 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A427 is #DE5BD8. Grayscale: #6E6E6E. Windows color (decimal): -14572505 or 2597921. OLE color: 2597921.
HSL color Cylindrical-coordinate representation of color #21A427: hue angle of 122.75º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A427 is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 39 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.36 |
| HSL | 122.75º | 0.66% | 0.39% | - |
| HSV(B) | 122.75º | 0.8% | 0.64% | - |
| XYZ | 14.27 | 27.02 | 6.38 | - |
| YUV | 110.58 | 87.6 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 39 | 0.80 | 0 | 0.76 | 0.36 | 122.75 | 0.66 | 0.39 |
| Hex | 21 | A4 | 27 | 50 | 0 | 4C | 24 | 7B | 42 | 27 |
| Octal | 41 | 244 | 47 | 120 | 0 | 114 | 44 | 173 | 102 | 47 |
| Binary | 100001 | 10100100 | 100111 | 1010000 | 0 | 1001100 | 100100 | 1111011 | 1000010 | 100111 |
Color Harmonies of #21A427
Complementary color
Monochromatic Colors of #21A427
Black with #21A427
Text Example
Text Example
White with #21A427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A427; }
p { color: rgb(33,164,39); }
H1.HeaderClassName
{
color: #21A427;
}
.AnyTagClassName
{
color: #21A427;
}
</style>
background-color css
<style>
a { background-color: #21A427; }
a { background-color: rgb(33,164,39); }
div.DivClassName
{
background-color: #21A427;
}
.BgClassName
{
background-color: #21A427;
}
</style>
border-color css
<style>
span { border-color: #21A427; }
span { border-color: rgb(33,164,39); }
td.TdClassName
{
border-color: #21A427;
}
.TagClassName
{
border-color: #21A427;
}
</style>