Shades of Jungle Green #28B48C
Tints of Jungle Green #28B48C
RGB
CMYK
RGB Variations
Color information
#28B48C (or 0x28B48C) is known color: Jungle Green. HEX triplet: 28, B4 and 8C. RGB value is (40,180,140). Sum of RGB (Red+Green+Blue) = 40+180+140=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 180 (70.70% from 255 or 50% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 180 - color contains mainly: green. Hex color #28B48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #28B48C is #D74B73. Grayscale: #858585. Windows color (decimal): -14109556 or 9221160. OLE color: 9221160.
HSL color Cylindrical-coordinate representation of color #28B48C: hue angle of 162.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B48C is Cyan = 0.78, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 180 | 140 | - |
| CMYK | 0.78 | 0 | 0.22 | 0.29 |
| HSL | 162.86º | 0.64% | 0.43% | - |
| HSV(B) | 162.86º | 0.78% | 0.71% | - |
| XYZ | 21.93 | 34.99 | 30.41 | - |
| YUV | 133.58 | 131.62 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 180 | 140 | 0.78 | 0 | 0.22 | 0.29 | 162.86 | 0.64 | 0.43 |
| Hex | 28 | B4 | 8C | 4E | 0 | 16 | 1D | A3 | 40 | 2B |
| Octal | 50 | 264 | 214 | 116 | 0 | 26 | 35 | 243 | 100 | 53 |
| Binary | 101000 | 10110100 | 10001100 | 1001110 | 0 | 10110 | 11101 | 10100011 | 1000000 | 101011 |
Color Harmonies of #28B48C
Complementary color
Monochromatic Colors of #28B48C
Black with #28B48C
Text Example
Text Example
White with #28B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B48C; }
p { color: rgb(40,180,140); }
H1.HeaderClassName
{
color: #28B48C;
}
.AnyTagClassName
{
color: #28B48C;
}
</style>
background-color css
<style>
a { background-color: #28B48C; }
a { background-color: rgb(40,180,140); }
div.DivClassName
{
background-color: #28B48C;
}
.BgClassName
{
background-color: #28B48C;
}
</style>
border-color css
<style>
span { border-color: #28B48C; }
span { border-color: rgb(40,180,140); }
td.TdClassName
{
border-color: #28B48C;
}
.TagClassName
{
border-color: #28B48C;
}
</style>