Shades of Forest Green #21A42D
Tints of Forest Green #21A42D
RGB
CMYK
RGB Variations
Color information
#21A42D (or 0x21A42D) is known color: Forest Green. HEX triplet: 21, A4 and 2D. RGB value is (33,164,45). Sum of RGB (Red+Green+Blue) = 33+164+45=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 164 (64.45% from 255 or 67.77% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 164 - color contains mainly: green. Hex color #21A42D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21A42D is #DE5BD2. Grayscale: #6F6F6F. Windows color (decimal): -14572499 or 2991137. OLE color: 2991137.
HSL color Cylindrical-coordinate representation of color #21A42D: hue angle of 125.5º 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 #21A42D is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 45 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.36 |
| HSL | 125.5º | 0.66% | 0.39% | - |
| HSV(B) | 125.5º | 0.8% | 0.64% | - |
| XYZ | 14.38 | 27.06 | 6.95 | - |
| YUV | 111.27 | 90.6 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 45 | 0.80 | 0 | 0.73 | 0.36 | 125.5 | 0.66 | 0.39 |
| Hex | 21 | A4 | 2D | 50 | 0 | 49 | 24 | 7D | 42 | 27 |
| Octal | 41 | 244 | 55 | 120 | 0 | 111 | 44 | 175 | 102 | 47 |
| Binary | 100001 | 10100100 | 101101 | 1010000 | 0 | 1001001 | 100100 | 1111101 | 1000010 | 100111 |
Color Harmonies of #21A42D
Complementary color
Monochromatic Colors of #21A42D
Black with #21A42D
Text Example
Text Example
White with #21A42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A42D; }
p { color: rgb(33,164,45); }
H1.HeaderClassName
{
color: #21A42D;
}
.AnyTagClassName
{
color: #21A42D;
}
</style>
background-color css
<style>
a { background-color: #21A42D; }
a { background-color: rgb(33,164,45); }
div.DivClassName
{
background-color: #21A42D;
}
.BgClassName
{
background-color: #21A42D;
}
</style>
border-color css
<style>
span { border-color: #21A42D; }
span { border-color: rgb(33,164,45); }
td.TdClassName
{
border-color: #21A42D;
}
.TagClassName
{
border-color: #21A42D;
}
</style>