Shades of Jungle Green #28AA7B
Tints of Jungle Green #28AA7B
RGB
CMYK
RGB Variations
Color information
#28AA7B (or 0x28AA7B) is known color: Jungle Green. HEX triplet: 28, AA and 7B. RGB value is (40,170,123). Sum of RGB (Red+Green+Blue) = 40+170+123=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AA7B is #D75584. Grayscale: #7D7D7D. Windows color (decimal): -14112133 or 8104488. OLE color: 8104488.
HSL color Cylindrical-coordinate representation of color #28AA7B: hue angle of 158.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28AA7B is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 170 | 123 | - |
| CMYK | 0.76 | 0 | 0.28 | 0.33 |
| HSL | 158.31º | 0.62% | 0.41% | - |
| HSV(B) | 158.31º | 0.76% | 0.67% | - |
| XYZ | 18.82 | 30.63 | 23.66 | - |
| YUV | 125.77 | 126.43 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 123 | 0.76 | 0 | 0.28 | 0.33 | 158.31 | 0.62 | 0.41 |
| Hex | 28 | AA | 7B | 4C | 0 | 1C | 21 | 9E | 3E | 29 |
| Octal | 50 | 252 | 173 | 114 | 0 | 34 | 41 | 236 | 76 | 51 |
| Binary | 101000 | 10101010 | 1111011 | 1001100 | 0 | 11100 | 100001 | 10011110 | 111110 | 101001 |
Color Harmonies of #28AA7B
Complementary color
Monochromatic Colors of #28AA7B
Black with #28AA7B
Text Example
Text Example
White with #28AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AA7B; }
p { color: rgb(40,170,123); }
H1.HeaderClassName
{
color: #28AA7B;
}
.AnyTagClassName
{
color: #28AA7B;
}
</style>
background-color css
<style>
a { background-color: #28AA7B; }
a { background-color: rgb(40,170,123); }
div.DivClassName
{
background-color: #28AA7B;
}
.BgClassName
{
background-color: #28AA7B;
}
</style>
border-color css
<style>
span { border-color: #28AA7B; }
span { border-color: rgb(40,170,123); }
td.TdClassName
{
border-color: #28AA7B;
}
.TagClassName
{
border-color: #28AA7B;
}
</style>