Shades of Forest Green #21A33D
Tints of Forest Green #21A33D
RGB
CMYK
RGB Variations
Color information
#21A33D (or 0x21A33D) is known color: Forest Green. HEX triplet: 21, A3 and 3D. RGB value is (33,163,61). Sum of RGB (Red+Green+Blue) = 33+163+61=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 163 (64.06% from 255 or 63.42% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 163 - color contains mainly: green. Hex color #21A33D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A33D is #DE5CC2. Grayscale: #707070. Windows color (decimal): -14572739 or 4039457. OLE color: 4039457.
HSL color Cylindrical-coordinate representation of color #21A33D: hue angle of 132.92º 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 #21A33D is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 163 | 61 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.36 |
| HSL | 132.92º | 0.66% | 0.38% | - |
| HSV(B) | 132.92º | 0.8% | 0.64% | - |
| XYZ | 14.57 | 26.85 | 8.83 | - |
| YUV | 112.5 | 98.93 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 163 | 61 | 0.80 | 0 | 0.63 | 0.36 | 132.92 | 0.66 | 0.38 |
| Hex | 21 | A3 | 3D | 50 | 0 | 3F | 24 | 85 | 42 | 26 |
| Octal | 41 | 243 | 75 | 120 | 0 | 77 | 44 | 205 | 102 | 46 |
| Binary | 100001 | 10100011 | 111101 | 1010000 | 0 | 111111 | 100100 | 10000101 | 1000010 | 100110 |
Color Harmonies of #21A33D
Complementary color
Monochromatic Colors of #21A33D
Black with #21A33D
Text Example
Text Example
White with #21A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A33D; }
p { color: rgb(33,163,61); }
H1.HeaderClassName
{
color: #21A33D;
}
.AnyTagClassName
{
color: #21A33D;
}
</style>
background-color css
<style>
a { background-color: #21A33D; }
a { background-color: rgb(33,163,61); }
div.DivClassName
{
background-color: #21A33D;
}
.BgClassName
{
background-color: #21A33D;
}
</style>
border-color css
<style>
span { border-color: #21A33D; }
span { border-color: rgb(33,163,61); }
td.TdClassName
{
border-color: #21A33D;
}
.TagClassName
{
border-color: #21A33D;
}
</style>