Shades of Jungle Green #28AE86
Tints of Jungle Green #28AE86
RGB
CMYK
RGB Variations
Color information
#28AE86 (or 0x28AE86) is known color: Jungle Green. HEX triplet: 28, AE and 86. RGB value is (40,174,134). Sum of RGB (Red+Green+Blue) = 40+174+134=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AE86 is #D75179. Grayscale: #818181. Windows color (decimal): -14111098 or 8826408. OLE color: 8826408.
HSL color Cylindrical-coordinate representation of color #28AE86: hue angle of 162.09º 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 #28AE86 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 134 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.32 |
| HSL | 162.09º | 0.63% | 0.42% | - |
| HSV(B) | 162.09º | 0.77% | 0.68% | - |
| XYZ | 20.31 | 32.44 | 27.75 | - |
| YUV | 129.37 | 130.61 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 134 | 0.77 | 0 | 0.23 | 0.32 | 162.09 | 0.63 | 0.42 |
| Hex | 28 | AE | 86 | 4D | 0 | 17 | 20 | A2 | 3F | 2A |
| Octal | 50 | 256 | 206 | 115 | 0 | 27 | 40 | 242 | 77 | 52 |
| Binary | 101000 | 10101110 | 10000110 | 1001101 | 0 | 10111 | 100000 | 10100010 | 111111 | 101010 |
Color Harmonies of #28AE86
Complementary color
Monochromatic Colors of #28AE86
Black with #28AE86
Text Example
Text Example
White with #28AE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE86; }
p { color: rgb(40,174,134); }
H1.HeaderClassName
{
color: #28AE86;
}
.AnyTagClassName
{
color: #28AE86;
}
</style>
background-color css
<style>
a { background-color: #28AE86; }
a { background-color: rgb(40,174,134); }
div.DivClassName
{
background-color: #28AE86;
}
.BgClassName
{
background-color: #28AE86;
}
</style>
border-color css
<style>
span { border-color: #28AE86; }
span { border-color: rgb(40,174,134); }
td.TdClassName
{
border-color: #28AE86;
}
.TagClassName
{
border-color: #28AE86;
}
</style>