Shades of Jungle Green #28B181
Tints of Jungle Green #28B181
RGB
CMYK
RGB Variations
Color information
#28B181 (or 0x28B181) is known color: Jungle Green. HEX triplet: 28, B1 and 81. RGB value is (40,177,129). Sum of RGB (Red+Green+Blue) = 40+177+129=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 129 (50.78% from 255 or 37.28% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #28B181 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28B181 is #D74E7E. Grayscale: #828282. Windows color (decimal): -14110335 or 8499496. OLE color: 8499496.
HSL color Cylindrical-coordinate representation of color #28B181: hue angle of 158.98º 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 #28B181 is Cyan = 0.77, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 129 | - |
| CMYK | 0.77 | 0 | 0.27 | 0.31 |
| HSL | 158.98º | 0.63% | 0.43% | - |
| HSV(B) | 158.98º | 0.77% | 0.69% | - |
| XYZ | 20.56 | 33.48 | 26.15 | - |
| YUV | 130.57 | 127.11 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 129 | 0.77 | 0 | 0.27 | 0.31 | 158.98 | 0.63 | 0.43 |
| Hex | 28 | B1 | 81 | 4D | 0 | 1B | 1F | 9F | 3F | 2B |
| Octal | 50 | 261 | 201 | 115 | 0 | 33 | 37 | 237 | 77 | 53 |
| Binary | 101000 | 10110001 | 10000001 | 1001101 | 0 | 11011 | 11111 | 10011111 | 111111 | 101011 |
Color Harmonies of #28B181
Complementary color
Monochromatic Colors of #28B181
Black with #28B181
Text Example
Text Example
White with #28B181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B181; }
p { color: rgb(40,177,129); }
H1.HeaderClassName
{
color: #28B181;
}
.AnyTagClassName
{
color: #28B181;
}
</style>
background-color css
<style>
a { background-color: #28B181; }
a { background-color: rgb(40,177,129); }
div.DivClassName
{
background-color: #28B181;
}
.BgClassName
{
background-color: #28B181;
}
</style>
border-color css
<style>
span { border-color: #28B181; }
span { border-color: rgb(40,177,129); }
td.TdClassName
{
border-color: #28B181;
}
.TagClassName
{
border-color: #28B181;
}
</style>