Shades of Jungle Green #28A673
Tints of Jungle Green #28A673
RGB
CMYK
RGB Variations
Color information
#28A673 (or 0x28A673) is known color: Jungle Green. HEX triplet: 28, A6 and 73. RGB value is (40,166,115). Sum of RGB (Red+Green+Blue) = 40+166+115=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #28A673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A673 is #D7598C. Grayscale: #7A7A7A. Windows color (decimal): -14113165 or 7579176. OLE color: 7579176.
HSL color Cylindrical-coordinate representation of color #28A673: hue angle of 155.71º 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 #28A673 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 115 | - |
| CMYK | 0.76 | 0 | 0.31 | 0.35 |
| HSL | 155.71º | 0.61% | 0.4% | - |
| HSV(B) | 155.71º | 0.76% | 0.65% | - |
| XYZ | 17.61 | 28.96 | 20.88 | - |
| YUV | 122.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 115 | 0.76 | 0 | 0.31 | 0.35 | 155.71 | 0.61 | 0.4 |
| Hex | 28 | A6 | 73 | 4C | 0 | 1F | 23 | 9C | 3D | 28 |
| Octal | 50 | 246 | 163 | 114 | 0 | 37 | 43 | 234 | 75 | 50 |
| Binary | 101000 | 10100110 | 1110011 | 1001100 | 0 | 11111 | 100011 | 10011100 | 111101 | 101000 |
Color Harmonies of #28A673
Complementary color
Monochromatic Colors of #28A673
Black with #28A673
Text Example
Text Example
White with #28A673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A673; }
p { color: rgb(40,166,115); }
H1.HeaderClassName
{
color: #28A673;
}
.AnyTagClassName
{
color: #28A673;
}
</style>
background-color css
<style>
a { background-color: #28A673; }
a { background-color: rgb(40,166,115); }
div.DivClassName
{
background-color: #28A673;
}
.BgClassName
{
background-color: #28A673;
}
</style>
border-color css
<style>
span { border-color: #28A673; }
span { border-color: rgb(40,166,115); }
td.TdClassName
{
border-color: #28A673;
}
.TagClassName
{
border-color: #28A673;
}
</style>