Shades of Jungle Green #28A685
Tints of Jungle Green #28A685
RGB
CMYK
RGB Variations
Color information
#28A685 (or 0x28A685) is known color: Jungle Green. HEX triplet: 28, A6 and 85. RGB value is (40,166,133). Sum of RGB (Red+Green+Blue) = 40+166+133=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #28A685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A685 is #D7597A. Grayscale: #7C7C7C. Windows color (decimal): -14113147 or 8758824. OLE color: 8758824.
HSL color Cylindrical-coordinate representation of color #28A685: hue angle of 164.29º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A685 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 133 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.35 |
| HSL | 164.29º | 0.61% | 0.4% | - |
| HSV(B) | 164.29º | 0.76% | 0.65% | - |
| XYZ | 18.74 | 29.42 | 26.88 | - |
| YUV | 124.56 | 132.76 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 133 | 0.76 | 0 | 0.20 | 0.35 | 164.29 | 0.61 | 0.4 |
| Hex | 28 | A6 | 85 | 4C | 0 | 14 | 23 | A4 | 3D | 28 |
| Octal | 50 | 246 | 205 | 114 | 0 | 24 | 43 | 244 | 75 | 50 |
| Binary | 101000 | 10100110 | 10000101 | 1001100 | 0 | 10100 | 100011 | 10100100 | 111101 | 101000 |
Color Harmonies of #28A685
Complementary color
Monochromatic Colors of #28A685
Black with #28A685
Text Example
Text Example
White with #28A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A685; }
p { color: rgb(40,166,133); }
H1.HeaderClassName
{
color: #28A685;
}
.AnyTagClassName
{
color: #28A685;
}
</style>
background-color css
<style>
a { background-color: #28A685; }
a { background-color: rgb(40,166,133); }
div.DivClassName
{
background-color: #28A685;
}
.BgClassName
{
background-color: #28A685;
}
</style>
border-color css
<style>
span { border-color: #28A685; }
span { border-color: rgb(40,166,133); }
td.TdClassName
{
border-color: #28A685;
}
.TagClassName
{
border-color: #28A685;
}
</style>