Shades of Forest Green #21AF1B
Tints of Forest Green #21AF1B
RGB
CMYK
RGB Variations
Color information
#21AF1B (or 0x21AF1B) is known color: Forest Green. HEX triplet: 21, AF and 1B. RGB value is (33,175,27). Sum of RGB (Red+Green+Blue) = 33+175+27=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 175 (68.75% from 255 or 74.47% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AF1B is #DE50E4. Grayscale: #747474. Windows color (decimal): -14569701 or 1814305. OLE color: 1814305.
HSL color Cylindrical-coordinate representation of color #21AF1B: hue angle of 117.57º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21AF1B is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 27 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.31 |
| HSL | 117.57º | 0.73% | 0.4% | - |
| HSV(B) | 117.57º | 0.85% | 0.69% | - |
| XYZ | 16.16 | 31.06 | 6.18 | - |
| YUV | 115.67 | 77.96 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 27 | 0.81 | 0 | 0.85 | 0.31 | 117.57 | 0.73 | 0.4 |
| Hex | 21 | AF | 1B | 51 | 0 | 55 | 1F | 76 | 49 | 28 |
| Octal | 41 | 257 | 33 | 121 | 0 | 125 | 37 | 166 | 111 | 50 |
| Binary | 100001 | 10101111 | 11011 | 1010001 | 0 | 1010101 | 11111 | 1110110 | 1001001 | 101000 |
Color Harmonies of #21AF1B
Complementary color
Monochromatic Colors of #21AF1B
Black with #21AF1B
Text Example
Text Example
White with #21AF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF1B; }
p { color: rgb(33,175,27); }
H1.HeaderClassName
{
color: #21AF1B;
}
.AnyTagClassName
{
color: #21AF1B;
}
</style>
background-color css
<style>
a { background-color: #21AF1B; }
a { background-color: rgb(33,175,27); }
div.DivClassName
{
background-color: #21AF1B;
}
.BgClassName
{
background-color: #21AF1B;
}
</style>
border-color css
<style>
span { border-color: #21AF1B; }
span { border-color: rgb(33,175,27); }
td.TdClassName
{
border-color: #21AF1B;
}
.TagClassName
{
border-color: #21AF1B;
}
</style>