Shades of Forest Green #28AA34
Tints of Forest Green #28AA34
RGB
CMYK
RGB Variations
Color information
#28AA34 (or 0x28AA34) is known color: Forest Green. HEX triplet: 28, AA and 34. RGB value is (40,170,52). Sum of RGB (Red+Green+Blue) = 40+170+52=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AA34 is #D755CB. Grayscale: #767676. Windows color (decimal): -14112204 or 3451432. OLE color: 3451432.
HSL color Cylindrical-coordinate representation of color #28AA34: hue angle of 125.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA34 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 52 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.33 |
| HSL | 125.54º | 0.62% | 0.41% | - |
| HSV(B) | 125.54º | 0.76% | 0.67% | - |
| XYZ | 15.87 | 29.45 | 8.1 | - |
| YUV | 117.68 | 90.93 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 52 | 0.76 | 0 | 0.69 | 0.33 | 125.54 | 0.62 | 0.41 |
| Hex | 28 | AA | 34 | 4C | 0 | 45 | 21 | 7E | 3E | 29 |
| Octal | 50 | 252 | 64 | 114 | 0 | 105 | 41 | 176 | 76 | 51 |
| Binary | 101000 | 10101010 | 110100 | 1001100 | 0 | 1000101 | 100001 | 1111110 | 111110 | 101001 |
Color Harmonies of #28AA34
Complementary color
Monochromatic Colors of #28AA34
Black with #28AA34
Text Example
Text Example
White with #28AA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA34; }
p { color: rgb(40,170,52); }
H1.HeaderClassName
{
color: #28AA34;
}
.AnyTagClassName
{
color: #28AA34;
}
</style>
background-color css
<style>
a { background-color: #28AA34; }
a { background-color: rgb(40,170,52); }
div.DivClassName
{
background-color: #28AA34;
}
.BgClassName
{
background-color: #28AA34;
}
</style>
border-color css
<style>
span { border-color: #28AA34; }
span { border-color: rgb(40,170,52); }
td.TdClassName
{
border-color: #28AA34;
}
.TagClassName
{
border-color: #28AA34;
}
</style>