Shades of Forest Green #21993B
Tints of Forest Green #21993B
RGB
CMYK
RGB Variations
Color information
#21993B (or 0x21993B) is known color: Forest Green. HEX triplet: 21, 99 and 3B. RGB value is (33,153,59). Sum of RGB (Red+Green+Blue) = 33+153+59=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #21993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21993B is #DE66C4. Grayscale: #6A6A6A. Windows color (decimal): -14575301 or 3905825. OLE color: 3905825.
HSL color Cylindrical-coordinate representation of color #21993B: hue angle of 133º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21993B is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 153 | 59 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.4 |
| HSL | 133º | 0.65% | 0.36% | - |
| HSV(B) | 133º | 0.78% | 0.6% | - |
| XYZ | 12.81 | 23.42 | 7.98 | - |
| YUV | 106.4 | 101.24 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 59 | 0.78 | 0 | 0.61 | 0.4 | 133 | 0.65 | 0.36 |
| Hex | 21 | 99 | 3B | 4E | 0 | 3D | 28 | 85 | 41 | 24 |
| Octal | 41 | 231 | 73 | 116 | 0 | 75 | 50 | 205 | 101 | 44 |
| Binary | 100001 | 10011001 | 111011 | 1001110 | 0 | 111101 | 101000 | 10000101 | 1000001 | 100100 |
Color Harmonies of #21993B
Complementary color
Monochromatic Colors of #21993B
Black with #21993B
Text Example
Text Example
White with #21993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21993B; }
p { color: rgb(33,153,59); }
H1.HeaderClassName
{
color: #21993B;
}
.AnyTagClassName
{
color: #21993B;
}
</style>
background-color css
<style>
a { background-color: #21993B; }
a { background-color: rgb(33,153,59); }
div.DivClassName
{
background-color: #21993B;
}
.BgClassName
{
background-color: #21993B;
}
</style>
border-color css
<style>
span { border-color: #21993B; }
span { border-color: rgb(33,153,59); }
td.TdClassName
{
border-color: #21993B;
}
.TagClassName
{
border-color: #21993B;
}
</style>