Shades of Forest Green #21862F
Tints of Forest Green #21862F
RGB
CMYK
RGB Variations
Color information
#21862F (or 0x21862F) is known color: Forest Green. HEX triplet: 21, 86 and 2F. RGB value is (33,134,47). Sum of RGB (Red+Green+Blue) = 33+134+47=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #21862F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21862F is #DE79D0. Grayscale: #5E5E5E. Windows color (decimal): -14580177 or 3114529. OLE color: 3114529.
HSL color Cylindrical-coordinate representation of color #21862F: hue angle of 128.32º 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 #21862F is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 134 | 47 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.47 |
| HSL | 128.32º | 0.6% | 0.33% | - |
| HSV(B) | 128.32º | 0.75% | 0.53% | - |
| XYZ | 9.67 | 17.58 | 5.57 | - |
| YUV | 93.88 | 101.54 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 134 | 47 | 0.75 | 0 | 0.65 | 0.47 | 128.32 | 0.6 | 0.33 |
| Hex | 21 | 86 | 2F | 4B | 0 | 41 | 2F | 80 | 3C | 21 |
| Octal | 41 | 206 | 57 | 113 | 0 | 101 | 57 | 200 | 74 | 41 |
| Binary | 100001 | 10000110 | 101111 | 1001011 | 0 | 1000001 | 101111 | 10000000 | 111100 | 100001 |
Color Harmonies of #21862F
Complementary color
Monochromatic Colors of #21862F
Black with #21862F
Text Example
Text Example
White with #21862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21862F; }
p { color: rgb(33,134,47); }
H1.HeaderClassName
{
color: #21862F;
}
.AnyTagClassName
{
color: #21862F;
}
</style>
background-color css
<style>
a { background-color: #21862F; }
a { background-color: rgb(33,134,47); }
div.DivClassName
{
background-color: #21862F;
}
.BgClassName
{
background-color: #21862F;
}
</style>
border-color css
<style>
span { border-color: #21862F; }
span { border-color: rgb(33,134,47); }
td.TdClassName
{
border-color: #21862F;
}
.TagClassName
{
border-color: #21862F;
}
</style>