Shades of Forest Green #21862C
Tints of Forest Green #21862C
RGB
CMYK
RGB Variations
Color information
#21862C (or 0x21862C) is known color: Forest Green. HEX triplet: 21, 86 and 2C. RGB value is (33,134,44). Sum of RGB (Red+Green+Blue) = 33+134+44=211 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.64% from 211); Green value is 134 (52.73% from 255 or 63.51% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 134 - color contains mainly: green. Hex color #21862C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21862C is #DE79D3. Grayscale: #5D5D5D. Windows color (decimal): -14580180 or 2917921. OLE color: 2917921.
HSL color Cylindrical-coordinate representation of color #21862C: hue angle of 126.53º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21862C is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 44 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.47 |
| HSL | 126.53º | 0.6% | 0.33% | - |
| HSV(B) | 126.53º | 0.75% | 0.53% | - |
| XYZ | 9.61 | 17.56 | 5.27 | - |
| YUV | 93.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 44 | 0.75 | 0 | 0.67 | 0.47 | 126.53 | 0.6 | 0.33 |
| Hex | 21 | 86 | 2C | 4B | 0 | 43 | 2F | 7F | 3C | 21 |
| Octal | 41 | 206 | 54 | 113 | 0 | 103 | 57 | 177 | 74 | 41 |
| Binary | 100001 | 10000110 | 101100 | 1001011 | 0 | 1000011 | 101111 | 1111111 | 111100 | 100001 |
Color Harmonies of #21862C
Complementary color
Monochromatic Colors of #21862C
Black with #21862C
Text Example
Text Example
White with #21862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21862C; }
p { color: rgb(33,134,44); }
H1.HeaderClassName
{
color: #21862C;
}
.AnyTagClassName
{
color: #21862C;
}
</style>
background-color css
<style>
a { background-color: #21862C; }
a { background-color: rgb(33,134,44); }
div.DivClassName
{
background-color: #21862C;
}
.BgClassName
{
background-color: #21862C;
}
</style>
border-color css
<style>
span { border-color: #21862C; }
span { border-color: rgb(33,134,44); }
td.TdClassName
{
border-color: #21862C;
}
.TagClassName
{
border-color: #21862C;
}
</style>