Shades of Forest Green #28741A
Tints of Forest Green #28741A
RGB
CMYK
RGB Variations
Color information
#28741A (or 0x28741A) is known color: Forest Green. HEX triplet: 28, 74 and 1A. RGB value is (40,116,26). Sum of RGB (Red+Green+Blue) = 40+116+26=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #28741A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28741A is #D78BE5. Grayscale: #535353. Windows color (decimal): -14126054 or 1733672. OLE color: 1733672.
HSL color Cylindrical-coordinate representation of color #28741A: hue angle of 110.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28741A is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 26 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.55 |
| HSL | 110.67º | 0.63% | 0.28% | - |
| HSV(B) | 110.67º | 0.78% | 0.45% | - |
| XYZ | 7.31 | 13.02 | 3.1 | - |
| YUV | 83.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 26 | 0.66 | 0 | 0.78 | 0.55 | 110.67 | 0.63 | 0.28 |
| Hex | 28 | 74 | 1A | 42 | 0 | 4E | 37 | 6F | 3F | 1C |
| Octal | 50 | 164 | 32 | 102 | 0 | 116 | 67 | 157 | 77 | 34 |
| Binary | 101000 | 1110100 | 11010 | 1000010 | 0 | 1001110 | 110111 | 1101111 | 111111 | 11100 |
Color Harmonies of #28741A
Complementary color
Monochromatic Colors of #28741A
Black with #28741A
Text Example
Text Example
White with #28741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28741A; }
p { color: rgb(40,116,26); }
H1.HeaderClassName
{
color: #28741A;
}
.AnyTagClassName
{
color: #28741A;
}
</style>
background-color css
<style>
a { background-color: #28741A; }
a { background-color: rgb(40,116,26); }
div.DivClassName
{
background-color: #28741A;
}
.BgClassName
{
background-color: #28741A;
}
</style>
border-color css
<style>
span { border-color: #28741A; }
span { border-color: rgb(40,116,26); }
td.TdClassName
{
border-color: #28741A;
}
.TagClassName
{
border-color: #28741A;
}
</style>