Shades of Jungle Green #28A681
Tints of Jungle Green #28A681
RGB
CMYK
RGB Variations
Color information
#28A681 (or 0x28A681) is known color: Jungle Green. HEX triplet: 28, A6 and 81. RGB value is (40,166,129). Sum of RGB (Red+Green+Blue) = 40+166+129=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 166 (65.23% from 255 or 49.55% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 166 - color contains mainly: green. Hex color #28A681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A681 is #D7597E. Grayscale: #7C7C7C. Windows color (decimal): -14113151 or 8496680. OLE color: 8496680.
HSL color Cylindrical-coordinate representation of color #28A681: hue angle of 162.38º 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 #28A681 is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 166 | 129 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.35 |
| HSL | 162.38º | 0.61% | 0.4% | - |
| HSV(B) | 162.38º | 0.76% | 0.65% | - |
| XYZ | 18.47 | 29.31 | 25.45 | - |
| YUV | 124.11 | 130.76 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 166 | 129 | 0.76 | 0 | 0.22 | 0.35 | 162.38 | 0.61 | 0.4 |
| Hex | 28 | A6 | 81 | 4C | 0 | 16 | 23 | A2 | 3D | 28 |
| Octal | 50 | 246 | 201 | 114 | 0 | 26 | 43 | 242 | 75 | 50 |
| Binary | 101000 | 10100110 | 10000001 | 1001100 | 0 | 10110 | 100011 | 10100010 | 111101 | 101000 |
Color Harmonies of #28A681
Complementary color
Monochromatic Colors of #28A681
Black with #28A681
Text Example
Text Example
White with #28A681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A681; }
p { color: rgb(40,166,129); }
H1.HeaderClassName
{
color: #28A681;
}
.AnyTagClassName
{
color: #28A681;
}
</style>
background-color css
<style>
a { background-color: #28A681; }
a { background-color: rgb(40,166,129); }
div.DivClassName
{
background-color: #28A681;
}
.BgClassName
{
background-color: #28A681;
}
</style>
border-color css
<style>
span { border-color: #28A681; }
span { border-color: rgb(40,166,129); }
td.TdClassName
{
border-color: #28A681;
}
.TagClassName
{
border-color: #28A681;
}
</style>