Shades of Jungle Green #28AF7C
Tints of Jungle Green #28AF7C
RGB
CMYK
RGB Variations
Color information
#28AF7C (or 0x28AF7C) is known color: Jungle Green. HEX triplet: 28, AF and 7C. RGB value is (40,175,124). Sum of RGB (Red+Green+Blue) = 40+175+124=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF7C is #D75083. Grayscale: #808080. Windows color (decimal): -14110852 or 8171304. OLE color: 8171304.
HSL color Cylindrical-coordinate representation of color #28AF7C: hue angle of 157.33º 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 #28AF7C is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 124 | - |
| CMYK | 0.77 | 0 | 0.29 | 0.31 |
| HSL | 157.33º | 0.63% | 0.42% | - |
| HSV(B) | 157.33º | 0.77% | 0.69% | - |
| XYZ | 19.84 | 32.57 | 24.31 | - |
| YUV | 128.82 | 125.27 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 124 | 0.77 | 0 | 0.29 | 0.31 | 157.33 | 0.63 | 0.42 |
| Hex | 28 | AF | 7C | 4D | 0 | 1D | 1F | 9D | 3F | 2A |
| Octal | 50 | 257 | 174 | 115 | 0 | 35 | 37 | 235 | 77 | 52 |
| Binary | 101000 | 10101111 | 1111100 | 1001101 | 0 | 11101 | 11111 | 10011101 | 111111 | 101010 |
Color Harmonies of #28AF7C
Complementary color
Monochromatic Colors of #28AF7C
Black with #28AF7C
Text Example
Text Example
White with #28AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF7C; }
p { color: rgb(40,175,124); }
H1.HeaderClassName
{
color: #28AF7C;
}
.AnyTagClassName
{
color: #28AF7C;
}
</style>
background-color css
<style>
a { background-color: #28AF7C; }
a { background-color: rgb(40,175,124); }
div.DivClassName
{
background-color: #28AF7C;
}
.BgClassName
{
background-color: #28AF7C;
}
</style>
border-color css
<style>
span { border-color: #28AF7C; }
span { border-color: rgb(40,175,124); }
td.TdClassName
{
border-color: #28AF7C;
}
.TagClassName
{
border-color: #28AF7C;
}
</style>