Shades of Jungle Green #28AE83
Tints of Jungle Green #28AE83
RGB
CMYK
RGB Variations
Color information
#28AE83 (or 0x28AE83) is known color: Jungle Green. HEX triplet: 28, AE and 83. RGB value is (40,174,131). Sum of RGB (Red+Green+Blue) = 40+174+131=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AE83 is #D7517C. Grayscale: #818181. Windows color (decimal): -14111101 or 8629800. OLE color: 8629800.
HSL color Cylindrical-coordinate representation of color #28AE83: hue angle of 160.75º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AE83 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 131 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.32 |
| HSL | 160.75º | 0.63% | 0.42% | - |
| HSV(B) | 160.75º | 0.77% | 0.68% | - |
| XYZ | 20.11 | 32.36 | 26.66 | - |
| YUV | 129.03 | 129.11 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 131 | 0.77 | 0 | 0.25 | 0.32 | 160.75 | 0.63 | 0.42 |
| Hex | 28 | AE | 83 | 4D | 0 | 19 | 20 | A1 | 3F | 2A |
| Octal | 50 | 256 | 203 | 115 | 0 | 31 | 40 | 241 | 77 | 52 |
| Binary | 101000 | 10101110 | 10000011 | 1001101 | 0 | 11001 | 100000 | 10100001 | 111111 | 101010 |
Color Harmonies of #28AE83
Complementary color
Monochromatic Colors of #28AE83
Black with #28AE83
Text Example
Text Example
White with #28AE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE83; }
p { color: rgb(40,174,131); }
H1.HeaderClassName
{
color: #28AE83;
}
.AnyTagClassName
{
color: #28AE83;
}
</style>
background-color css
<style>
a { background-color: #28AE83; }
a { background-color: rgb(40,174,131); }
div.DivClassName
{
background-color: #28AE83;
}
.BgClassName
{
background-color: #28AE83;
}
</style>
border-color css
<style>
span { border-color: #28AE83; }
span { border-color: rgb(40,174,131); }
td.TdClassName
{
border-color: #28AE83;
}
.TagClassName
{
border-color: #28AE83;
}
</style>