Shades of Jungle Green #28AE8B
Tints of Jungle Green #28AE8B
RGB
CMYK
RGB Variations
Color information
#28AE8B (or 0x28AE8B) is known color: Jungle Green. HEX triplet: 28, AE and 8B. RGB value is (40,174,139). Sum of RGB (Red+Green+Blue) = 40+174+139=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 174 (68.36% from 255 or 49.29% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 174 - color contains mainly: green. Hex color #28AE8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AE8B is #D75174. Grayscale: #818181. Windows color (decimal): -14111093 or 9154088. OLE color: 9154088.
HSL color Cylindrical-coordinate representation of color #28AE8B: hue angle of 164.33º 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 #28AE8B is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 174 | 139 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.32 |
| HSL | 164.33º | 0.63% | 0.42% | - |
| HSV(B) | 164.33º | 0.77% | 0.68% | - |
| XYZ | 20.67 | 32.59 | 29.63 | - |
| YUV | 129.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 174 | 139 | 0.77 | 0 | 0.20 | 0.32 | 164.33 | 0.63 | 0.42 |
| Hex | 28 | AE | 8B | 4D | 0 | 14 | 20 | A4 | 3F | 2A |
| Octal | 50 | 256 | 213 | 115 | 0 | 24 | 40 | 244 | 77 | 52 |
| Binary | 101000 | 10101110 | 10001011 | 1001101 | 0 | 10100 | 100000 | 10100100 | 111111 | 101010 |
Color Harmonies of #28AE8B
Complementary color
Monochromatic Colors of #28AE8B
Black with #28AE8B
Text Example
Text Example
White with #28AE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AE8B; }
p { color: rgb(40,174,139); }
H1.HeaderClassName
{
color: #28AE8B;
}
.AnyTagClassName
{
color: #28AE8B;
}
</style>
background-color css
<style>
a { background-color: #28AE8B; }
a { background-color: rgb(40,174,139); }
div.DivClassName
{
background-color: #28AE8B;
}
.BgClassName
{
background-color: #28AE8B;
}
</style>
border-color css
<style>
span { border-color: #28AE8B; }
span { border-color: rgb(40,174,139); }
td.TdClassName
{
border-color: #28AE8B;
}
.TagClassName
{
border-color: #28AE8B;
}
</style>