Shades of Forest Green #22821C
Tints of Forest Green #22821C
RGB
CMYK
RGB Variations
Color information
#22821C (or 0x22821C) is known color: Forest Green. HEX triplet: 22, 82 and 1C. RGB value is (34,130,28). Sum of RGB (Red+Green+Blue) = 34+130+28=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 130 (51.17% from 255 or 67.71% from 192); Blue value is 28 (11.33% from 255 or 14.58% from 192); Max value from RGB is 130 - color contains mainly: green. Hex color #22821C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22821C is #DD7DE3. Grayscale: #595959. Windows color (decimal): -14515684 or 1868322. OLE color: 1868322.
HSL color Cylindrical-coordinate representation of color #22821C: hue angle of 116.47º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22821C is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 130 | 28 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.49 |
| HSL | 116.47º | 0.65% | 0.31% | - |
| HSV(B) | 116.47º | 0.78% | 0.51% | - |
| XYZ | 8.85 | 16.39 | 3.8 | - |
| YUV | 89.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 130 | 28 | 0.74 | 0 | 0.78 | 0.49 | 116.47 | 0.65 | 0.31 |
| Hex | 22 | 82 | 1C | 4A | 0 | 4E | 31 | 74 | 41 | 1F |
| Octal | 42 | 202 | 34 | 112 | 0 | 116 | 61 | 164 | 101 | 37 |
| Binary | 100010 | 10000010 | 11100 | 1001010 | 0 | 1001110 | 110001 | 1110100 | 1000001 | 11111 |
Color Harmonies of #22821C
Complementary color
Monochromatic Colors of #22821C
Black with #22821C
Text Example
Text Example
White with #22821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22821C; }
p { color: rgb(34,130,28); }
H1.HeaderClassName
{
color: #22821C;
}
.AnyTagClassName
{
color: #22821C;
}
</style>
background-color css
<style>
a { background-color: #22821C; }
a { background-color: rgb(34,130,28); }
div.DivClassName
{
background-color: #22821C;
}
.BgClassName
{
background-color: #22821C;
}
</style>
border-color css
<style>
span { border-color: #22821C; }
span { border-color: rgb(34,130,28); }
td.TdClassName
{
border-color: #22821C;
}
.TagClassName
{
border-color: #22821C;
}
</style>