Shades of Jungle Green #28B57B
Tints of Jungle Green #28B57B
RGB
CMYK
RGB Variations
Color information
#28B57B (or 0x28B57B) is known color: Jungle Green. HEX triplet: 28, B5 and 7B. RGB value is (40,181,123). Sum of RGB (Red+Green+Blue) = 40+181+123=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #28B57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28B57B is #D74A84. Grayscale: #848484. Windows color (decimal): -14109317 or 8107304. OLE color: 8107304.
HSL color Cylindrical-coordinate representation of color #28B57B: hue angle of 155.32º 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 #28B57B is Cyan = 0.78, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 123 | - |
| CMYK | 0.78 | 0 | 0.32 | 0.29 |
| HSL | 155.32º | 0.64% | 0.43% | - |
| HSV(B) | 155.32º | 0.78% | 0.71% | - |
| XYZ | 20.97 | 34.93 | 24.38 | - |
| YUV | 132.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 123 | 0.78 | 0 | 0.32 | 0.29 | 155.32 | 0.64 | 0.43 |
| Hex | 28 | B5 | 7B | 4E | 0 | 20 | 1D | 9B | 40 | 2B |
| Octal | 50 | 265 | 173 | 116 | 0 | 40 | 35 | 233 | 100 | 53 |
| Binary | 101000 | 10110101 | 1111011 | 1001110 | 0 | 100000 | 11101 | 10011011 | 1000000 | 101011 |
Color Harmonies of #28B57B
Complementary color
Monochromatic Colors of #28B57B
Black with #28B57B
Text Example
Text Example
White with #28B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B57B; }
p { color: rgb(40,181,123); }
H1.HeaderClassName
{
color: #28B57B;
}
.AnyTagClassName
{
color: #28B57B;
}
</style>
background-color css
<style>
a { background-color: #28B57B; }
a { background-color: rgb(40,181,123); }
div.DivClassName
{
background-color: #28B57B;
}
.BgClassName
{
background-color: #28B57B;
}
</style>
border-color css
<style>
span { border-color: #28B57B; }
span { border-color: rgb(40,181,123); }
td.TdClassName
{
border-color: #28B57B;
}
.TagClassName
{
border-color: #28B57B;
}
</style>