Shades of Forest Green #21731A
Tints of Forest Green #21731A
RGB
CMYK
RGB Variations
Color information
#21731A (or 0x21731A) is known color: Forest Green. HEX triplet: 21, 73 and 1A. RGB value is (33,115,26). Sum of RGB (Red+Green+Blue) = 33+115+26=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 115 (45.31% from 255 or 66.09% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 115 - color contains mainly: green. Hex color #21731A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21731A is #DE8CE5. Grayscale: #505050. Windows color (decimal): -14585062 or 1733409. OLE color: 1733409.
HSL color Cylindrical-coordinate representation of color #21731A: hue angle of 115.28º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21731A is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 115 | 26 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.55 |
| HSL | 115.28º | 0.63% | 0.28% | - |
| HSV(B) | 115.28º | 0.77% | 0.45% | - |
| XYZ | 6.94 | 12.66 | 3.05 | - |
| YUV | 80.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 115 | 26 | 0.71 | 0 | 0.77 | 0.55 | 115.28 | 0.63 | 0.28 |
| Hex | 21 | 73 | 1A | 47 | 0 | 4D | 37 | 73 | 3F | 1C |
| Octal | 41 | 163 | 32 | 107 | 0 | 115 | 67 | 163 | 77 | 34 |
| Binary | 100001 | 1110011 | 11010 | 1000111 | 0 | 1001101 | 110111 | 1110011 | 111111 | 11100 |
Color Harmonies of #21731A
Complementary color
Monochromatic Colors of #21731A
Black with #21731A
Text Example
Text Example
White with #21731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21731A; }
p { color: rgb(33,115,26); }
H1.HeaderClassName
{
color: #21731A;
}
.AnyTagClassName
{
color: #21731A;
}
</style>
background-color css
<style>
a { background-color: #21731A; }
a { background-color: rgb(33,115,26); }
div.DivClassName
{
background-color: #21731A;
}
.BgClassName
{
background-color: #21731A;
}
</style>
border-color css
<style>
span { border-color: #21731A; }
span { border-color: rgb(33,115,26); }
td.TdClassName
{
border-color: #21731A;
}
.TagClassName
{
border-color: #21731A;
}
</style>