Shades of Forest Green #28822C
Tints of Forest Green #28822C
RGB
CMYK
RGB Variations
Color information
#28822C (or 0x28822C) is known color: Forest Green. HEX triplet: 28, 82 and 2C. RGB value is (40,130,44). Sum of RGB (Red+Green+Blue) = 40+130+44=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #28822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28822C is #D77DD3. Grayscale: #5D5D5D. Windows color (decimal): -14122452 or 2916904. OLE color: 2916904.
HSL color Cylindrical-coordinate representation of color #28822C: hue angle of 122.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28822C is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 130 | 44 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.49 |
| HSL | 122.67º | 0.53% | 0.33% | - |
| HSV(B) | 122.67º | 0.69% | 0.51% | - |
| XYZ | 9.31 | 16.6 | 5.1 | - |
| YUV | 93.29 | 100.18 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 44 | 0.69 | 0 | 0.66 | 0.49 | 122.67 | 0.53 | 0.33 |
| Hex | 28 | 82 | 2C | 45 | 0 | 42 | 31 | 7B | 35 | 21 |
| Octal | 50 | 202 | 54 | 105 | 0 | 102 | 61 | 173 | 65 | 41 |
| Binary | 101000 | 10000010 | 101100 | 1000101 | 0 | 1000010 | 110001 | 1111011 | 110101 | 100001 |
Color Harmonies of #28822C
Complementary color
Monochromatic Colors of #28822C
Black with #28822C
Text Example
Text Example
White with #28822C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28822C; }
p { color: rgb(40,130,44); }
H1.HeaderClassName
{
color: #28822C;
}
.AnyTagClassName
{
color: #28822C;
}
</style>
background-color css
<style>
a { background-color: #28822C; }
a { background-color: rgb(40,130,44); }
div.DivClassName
{
background-color: #28822C;
}
.BgClassName
{
background-color: #28822C;
}
</style>
border-color css
<style>
span { border-color: #28822C; }
span { border-color: rgb(40,130,44); }
td.TdClassName
{
border-color: #28822C;
}
.TagClassName
{
border-color: #28822C;
}
</style>