Shades of Forest Green #21881A
Tints of Forest Green #21881A
RGB
CMYK
RGB Variations
Color information
#21881A (or 0x21881A) is known color: Forest Green. HEX triplet: 21, 88 and 1A. RGB value is (33,136,26). Sum of RGB (Red+Green+Blue) = 33+136+26=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 136 (53.52% from 255 or 69.74% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 136 - color contains mainly: green. Hex color #21881A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21881A is #DE77E5. Grayscale: #5D5D5D. Windows color (decimal): -14579686 or 1738785. OLE color: 1738785.
HSL color Cylindrical-coordinate representation of color #21881A: hue angle of 116.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21881A is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 136 | 26 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.47 |
| HSL | 116.18º | 0.68% | 0.32% | - |
| HSV(B) | 116.18º | 0.81% | 0.53% | - |
| XYZ | 9.62 | 18.01 | 3.95 | - |
| YUV | 92.66 | 90.38 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 136 | 26 | 0.76 | 0 | 0.81 | 0.47 | 116.18 | 0.68 | 0.32 |
| Hex | 21 | 88 | 1A | 4C | 0 | 51 | 2F | 74 | 44 | 20 |
| Octal | 41 | 210 | 32 | 114 | 0 | 121 | 57 | 164 | 104 | 40 |
| Binary | 100001 | 10001000 | 11010 | 1001100 | 0 | 1010001 | 101111 | 1110100 | 1000100 | 100000 |
Color Harmonies of #21881A
Complementary color
Monochromatic Colors of #21881A
Black with #21881A
Text Example
Text Example
White with #21881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21881A; }
p { color: rgb(33,136,26); }
H1.HeaderClassName
{
color: #21881A;
}
.AnyTagClassName
{
color: #21881A;
}
</style>
background-color css
<style>
a { background-color: #21881A; }
a { background-color: rgb(33,136,26); }
div.DivClassName
{
background-color: #21881A;
}
.BgClassName
{
background-color: #21881A;
}
</style>
border-color css
<style>
span { border-color: #21881A; }
span { border-color: rgb(33,136,26); }
td.TdClassName
{
border-color: #21881A;
}
.TagClassName
{
border-color: #21881A;
}
</style>