Shades of Jungle Green #28B37F
Tints of Jungle Green #28B37F
RGB
CMYK
RGB Variations
Color information
#28B37F (or 0x28B37F) is known color: Jungle Green. HEX triplet: 28, B3 and 7F. RGB value is (40,179,127). Sum of RGB (Red+Green+Blue) = 40+179+127=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #28B37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28B37F is #D74C80. Grayscale: #838383. Windows color (decimal): -14109825 or 8368936. OLE color: 8368936.
HSL color Cylindrical-coordinate representation of color #28B37F: hue angle of 157.55º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B37F is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 40 | 179 | 127 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.30 |
| HSL | 157.55º | 0.63% | 0.43% | - |
| HSV(B) | 157.55º | 0.78% | 0.7% | - |
| XYZ | 20.83 | 34.22 | 25.59 | - |
| YUV | 131.51 | 125.45 | 62.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 179 | 127 | 0.78 | 0 | 0.29 | 0.30 | 157.55 | 0.63 | 0.43 |
| Hex | 28 | B3 | 7F | 4E | 0 | 1D | 1E | 9E | 3F | 2B |
| Octal | 50 | 263 | 177 | 116 | 0 | 35 | 36 | 236 | 77 | 53 |
| Binary | 101000 | 10110011 | 1111111 | 1001110 | 0 | 11101 | 11110 | 10011110 | 111111 | 101011 |
Color Harmonies of #28B37F
Complementary color
Monochromatic Colors of #28B37F
Black with #28B37F
Text Example
Text Example
White with #28B37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B37F; }
p { color: rgb(40,179,127); }
H1.HeaderClassName
{
color: #28B37F;
}
.AnyTagClassName
{
color: #28B37F;
}
</style>
background-color css
<style>
a { background-color: #28B37F; }
a { background-color: rgb(40,179,127); }
div.DivClassName
{
background-color: #28B37F;
}
.BgClassName
{
background-color: #28B37F;
}
</style>
border-color css
<style>
span { border-color: #28B37F; }
span { border-color: rgb(40,179,127); }
td.TdClassName
{
border-color: #28B37F;
}
.TagClassName
{
border-color: #28B37F;
}
</style>