Shades of Forest Green #21871C
Tints of Forest Green #21871C
RGB
CMYK
RGB Variations
Color information
#21871C (or 0x21871C) is known color: Forest Green. HEX triplet: 21, 87 and 1C. RGB value is (33,135,28). Sum of RGB (Red+Green+Blue) = 33+135+28=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 135 (53.12% from 255 or 68.88% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 135 - color contains mainly: green. Hex color #21871C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21871C is #DE78E3. Grayscale: #5C5C5C. Windows color (decimal): -14579940 or 1869601. OLE color: 1869601.
HSL color Cylindrical-coordinate representation of color #21871C: hue angle of 117.2º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21871C is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 33 | 135 | 28 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.47 |
| HSL | 117.2º | 0.66% | 0.32% | - |
| HSV(B) | 117.2º | 0.79% | 0.53% | - |
| XYZ | 9.5 | 17.74 | 4.02 | - |
| YUV | 92.3 | 91.71 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 28 | 0.76 | 0 | 0.79 | 0.47 | 117.2 | 0.66 | 0.32 |
| Hex | 21 | 87 | 1C | 4C | 0 | 4F | 2F | 75 | 42 | 20 |
| Octal | 41 | 207 | 34 | 114 | 0 | 117 | 57 | 165 | 102 | 40 |
| Binary | 100001 | 10000111 | 11100 | 1001100 | 0 | 1001111 | 101111 | 1110101 | 1000010 | 100000 |
Color Harmonies of #21871C
Complementary color
Monochromatic Colors of #21871C
Black with #21871C
Text Example
Text Example
White with #21871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21871C; }
p { color: rgb(33,135,28); }
H1.HeaderClassName
{
color: #21871C;
}
.AnyTagClassName
{
color: #21871C;
}
</style>
background-color css
<style>
a { background-color: #21871C; }
a { background-color: rgb(33,135,28); }
div.DivClassName
{
background-color: #21871C;
}
.BgClassName
{
background-color: #21871C;
}
</style>
border-color css
<style>
span { border-color: #21871C; }
span { border-color: rgb(33,135,28); }
td.TdClassName
{
border-color: #21871C;
}
.TagClassName
{
border-color: #21871C;
}
</style>