Shades of Forest Green #21942C
Tints of Forest Green #21942C
RGB
CMYK
RGB Variations
Color information
#21942C (or 0x21942C) is known color: Forest Green. HEX triplet: 21, 94 and 2C. RGB value is (33,148,44). Sum of RGB (Red+Green+Blue) = 33+148+44=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #21942C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21942C is #DE6BD3. Grayscale: #666666. Windows color (decimal): -14576596 or 2921505. OLE color: 2921505.
HSL color Cylindrical-coordinate representation of color #21942C: hue angle of 125.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21942C is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 148 | 44 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.42 |
| HSL | 125.74º | 0.64% | 0.35% | - |
| HSV(B) | 125.74º | 0.78% | 0.58% | - |
| XYZ | 11.67 | 21.68 | 5.95 | - |
| YUV | 101.76 | 95.4 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 148 | 44 | 0.78 | 0 | 0.70 | 0.42 | 125.74 | 0.64 | 0.35 |
| Hex | 21 | 94 | 2C | 4E | 0 | 46 | 2A | 7E | 40 | 23 |
| Octal | 41 | 224 | 54 | 116 | 0 | 106 | 52 | 176 | 100 | 43 |
| Binary | 100001 | 10010100 | 101100 | 1001110 | 0 | 1000110 | 101010 | 1111110 | 1000000 | 100011 |
Color Harmonies of #21942C
Complementary color
Monochromatic Colors of #21942C
Black with #21942C
Text Example
Text Example
White with #21942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21942C; }
p { color: rgb(33,148,44); }
H1.HeaderClassName
{
color: #21942C;
}
.AnyTagClassName
{
color: #21942C;
}
</style>
background-color css
<style>
a { background-color: #21942C; }
a { background-color: rgb(33,148,44); }
div.DivClassName
{
background-color: #21942C;
}
.BgClassName
{
background-color: #21942C;
}
</style>
border-color css
<style>
span { border-color: #21942C; }
span { border-color: rgb(33,148,44); }
td.TdClassName
{
border-color: #21942C;
}
.TagClassName
{
border-color: #21942C;
}
</style>