Shades of Jungle Green #28AF8A
Tints of Jungle Green #28AF8A
RGB
CMYK
RGB Variations
Color information
#28AF8A (or 0x28AF8A) is known color: Jungle Green. HEX triplet: 28, AF and 8A. RGB value is (40,175,138). Sum of RGB (Red+Green+Blue) = 40+175+138=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28AF8A is #D75075. Grayscale: #828282. Windows color (decimal): -14110838 or 9088808. OLE color: 9088808.
HSL color Cylindrical-coordinate representation of color #28AF8A: hue angle of 163.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF8A is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 138 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.31 |
| HSL | 163.56º | 0.63% | 0.42% | - |
| HSV(B) | 163.56º | 0.77% | 0.69% | - |
| XYZ | 20.79 | 32.95 | 29.31 | - |
| YUV | 130.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 138 | 0.77 | 0 | 0.21 | 0.31 | 163.56 | 0.63 | 0.42 |
| Hex | 28 | AF | 8A | 4D | 0 | 15 | 1F | A4 | 3F | 2A |
| Octal | 50 | 257 | 212 | 115 | 0 | 25 | 37 | 244 | 77 | 52 |
| Binary | 101000 | 10101111 | 10001010 | 1001101 | 0 | 10101 | 11111 | 10100100 | 111111 | 101010 |
Color Harmonies of #28AF8A
Complementary color
Monochromatic Colors of #28AF8A
Black with #28AF8A
Text Example
Text Example
White with #28AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF8A; }
p { color: rgb(40,175,138); }
H1.HeaderClassName
{
color: #28AF8A;
}
.AnyTagClassName
{
color: #28AF8A;
}
</style>
background-color css
<style>
a { background-color: #28AF8A; }
a { background-color: rgb(40,175,138); }
div.DivClassName
{
background-color: #28AF8A;
}
.BgClassName
{
background-color: #28AF8A;
}
</style>
border-color css
<style>
span { border-color: #28AF8A; }
span { border-color: rgb(40,175,138); }
td.TdClassName
{
border-color: #28AF8A;
}
.TagClassName
{
border-color: #28AF8A;
}
</style>