Shades of Jungle Green #28B178
Tints of Jungle Green #28B178
RGB
CMYK
RGB Variations
Color information
#28B178 (or 0x28B178) is known color: Jungle Green. HEX triplet: 28, B1 and 78. RGB value is (40,177,120). Sum of RGB (Red+Green+Blue) = 40+177+120=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #28B178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28B178 is #D74E87. Grayscale: #818181. Windows color (decimal): -14110344 or 7909672. OLE color: 7909672.
HSL color Cylindrical-coordinate representation of color #28B178: hue angle of 155.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B178 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 120 | - |
| CMYK | 0.77 | 0 | 0.32 | 0.31 |
| HSL | 155.04º | 0.63% | 0.43% | - |
| HSV(B) | 155.04º | 0.77% | 0.69% | - |
| XYZ | 19.99 | 33.25 | 23.13 | - |
| YUV | 129.54 | 122.61 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 120 | 0.77 | 0 | 0.32 | 0.31 | 155.04 | 0.63 | 0.43 |
| Hex | 28 | B1 | 78 | 4D | 0 | 20 | 1F | 9B | 3F | 2B |
| Octal | 50 | 261 | 170 | 115 | 0 | 40 | 37 | 233 | 77 | 53 |
| Binary | 101000 | 10110001 | 1111000 | 1001101 | 0 | 100000 | 11111 | 10011011 | 111111 | 101011 |
Color Harmonies of #28B178
Complementary color
Monochromatic Colors of #28B178
Black with #28B178
Text Example
Text Example
White with #28B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B178; }
p { color: rgb(40,177,120); }
H1.HeaderClassName
{
color: #28B178;
}
.AnyTagClassName
{
color: #28B178;
}
</style>
background-color css
<style>
a { background-color: #28B178; }
a { background-color: rgb(40,177,120); }
div.DivClassName
{
background-color: #28B178;
}
.BgClassName
{
background-color: #28B178;
}
</style>
border-color css
<style>
span { border-color: #28B178; }
span { border-color: rgb(40,177,120); }
td.TdClassName
{
border-color: #28B178;
}
.TagClassName
{
border-color: #28B178;
}
</style>