Shades of Forest Green #28AA0F
Tints of Forest Green #28AA0F
RGB
CMYK
RGB Variations
Color information
#28AA0F (or 0x28AA0F) is known color: Forest Green. HEX triplet: 28, AA and 0F. RGB value is (40,170,15). Sum of RGB (Red+Green+Blue) = 40+170+15=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 170 (66.80% from 255 or 75.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AA0F is #D755F0. Grayscale: #717171. Windows color (decimal): -14112241 or 1026600. OLE color: 1026600.
HSL color Cylindrical-coordinate representation of color #28AA0F: hue angle of 110.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28AA0F is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 15 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.33 |
| HSL | 110.32º | 0.84% | 0.36% | - |
| HSV(B) | 110.32º | 0.91% | 0.67% | - |
| XYZ | 15.34 | 29.24 | 5.29 | - |
| YUV | 113.46 | 72.43 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 15 | 0.76 | 0 | 0.91 | 0.33 | 110.32 | 0.84 | 0.36 |
| Hex | 28 | AA | F | 4C | 0 | 5B | 21 | 6E | 54 | 24 |
| Octal | 50 | 252 | 17 | 114 | 0 | 133 | 41 | 156 | 124 | 44 |
| Binary | 101000 | 10101010 | 1111 | 1001100 | 0 | 1011011 | 100001 | 1101110 | 1010100 | 100100 |
Color Harmonies of #28AA0F
Complementary color
Monochromatic Colors of #28AA0F
Black with #28AA0F
Text Example
Text Example
White with #28AA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA0F; }
p { color: rgb(40,170,15); }
H1.HeaderClassName
{
color: #28AA0F;
}
.AnyTagClassName
{
color: #28AA0F;
}
</style>
background-color css
<style>
a { background-color: #28AA0F; }
a { background-color: rgb(40,170,15); }
div.DivClassName
{
background-color: #28AA0F;
}
.BgClassName
{
background-color: #28AA0F;
}
</style>
border-color css
<style>
span { border-color: #28AA0F; }
span { border-color: rgb(40,170,15); }
td.TdClassName
{
border-color: #28AA0F;
}
.TagClassName
{
border-color: #28AA0F;
}
</style>