Shades of Forest Green #28A62A
Tints of Forest Green #28A62A
RGB
CMYK
RGB Variations
Color information
#28A62A (or 0x28A62A) is known color: Forest Green. HEX triplet: 28, A6 and 2A. RGB value is (40,166,42). Sum of RGB (Red+Green+Blue) = 40+166+42=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 166 (65.23% from 255 or 66.94% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 166 - color contains mainly: green. Hex color #28A62A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A62A is #D759D5. Grayscale: #727272. Windows color (decimal): -14113238 or 2795048. OLE color: 2795048.
HSL color Cylindrical-coordinate representation of color #28A62A: hue angle of 120.95º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A62A is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 42 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.35 |
| HSL | 120.95º | 0.61% | 0.4% | - |
| HSV(B) | 120.95º | 0.76% | 0.65% | - |
| XYZ | 14.93 | 27.89 | 6.79 | - |
| YUV | 114.19 | 87.26 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 42 | 0.76 | 0 | 0.75 | 0.35 | 120.95 | 0.61 | 0.4 |
| Hex | 28 | A6 | 2A | 4C | 0 | 4B | 23 | 79 | 3D | 28 |
| Octal | 50 | 246 | 52 | 114 | 0 | 113 | 43 | 171 | 75 | 50 |
| Binary | 101000 | 10100110 | 101010 | 1001100 | 0 | 1001011 | 100011 | 1111001 | 111101 | 101000 |
Color Harmonies of #28A62A
Complementary color
Monochromatic Colors of #28A62A
Black with #28A62A
Text Example
Text Example
White with #28A62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A62A; }
p { color: rgb(40,166,42); }
H1.HeaderClassName
{
color: #28A62A;
}
.AnyTagClassName
{
color: #28A62A;
}
</style>
background-color css
<style>
a { background-color: #28A62A; }
a { background-color: rgb(40,166,42); }
div.DivClassName
{
background-color: #28A62A;
}
.BgClassName
{
background-color: #28A62A;
}
</style>
border-color css
<style>
span { border-color: #28A62A; }
span { border-color: rgb(40,166,42); }
td.TdClassName
{
border-color: #28A62A;
}
.TagClassName
{
border-color: #28A62A;
}
</style>