Shades of Forest Green #28A03C
Tints of Forest Green #28A03C
RGB
CMYK
RGB Variations
Color information
#28A03C (or 0x28A03C) is known color: Forest Green. HEX triplet: 28, A0 and 3C. RGB value is (40,160,60). Sum of RGB (Red+Green+Blue) = 40+160+60=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 160 (62.89% from 255 or 61.54% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 160 - color contains mainly: green. Hex color #28A03C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A03C is #D75FC3. Grayscale: #707070. Windows color (decimal): -14114756 or 3973160. OLE color: 3973160.
HSL color Cylindrical-coordinate representation of color #28A03C: hue angle of 130º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A03C is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 60 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.37 |
| HSL | 130º | 0.6% | 0.39% | - |
| HSV(B) | 130º | 0.75% | 0.63% | - |
| XYZ | 14.26 | 25.92 | 8.53 | - |
| YUV | 112.72 | 98.24 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 60 | 0.75 | 0 | 0.62 | 0.37 | 130 | 0.6 | 0.39 |
| Hex | 28 | A0 | 3C | 4B | 0 | 3E | 25 | 82 | 3C | 27 |
| Octal | 50 | 240 | 74 | 113 | 0 | 76 | 45 | 202 | 74 | 47 |
| Binary | 101000 | 10100000 | 111100 | 1001011 | 0 | 111110 | 100101 | 10000010 | 111100 | 100111 |
Color Harmonies of #28A03C
Complementary color
Monochromatic Colors of #28A03C
Black with #28A03C
Text Example
Text Example
White with #28A03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A03C; }
p { color: rgb(40,160,60); }
H1.HeaderClassName
{
color: #28A03C;
}
.AnyTagClassName
{
color: #28A03C;
}
</style>
background-color css
<style>
a { background-color: #28A03C; }
a { background-color: rgb(40,160,60); }
div.DivClassName
{
background-color: #28A03C;
}
.BgClassName
{
background-color: #28A03C;
}
</style>
border-color css
<style>
span { border-color: #28A03C; }
span { border-color: rgb(40,160,60); }
td.TdClassName
{
border-color: #28A03C;
}
.TagClassName
{
border-color: #28A03C;
}
</style>