Shades of Jungle Green #28A07A
Tints of Jungle Green #28A07A
RGB
CMYK
RGB Variations
Color information
#28A07A (or 0x28A07A) is known color: Jungle Green. HEX triplet: 28, A0 and 7A. RGB value is (40,160,122). Sum of RGB (Red+Green+Blue) = 40+160+122=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #28A07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28A07A is #D75F85. Grayscale: #777777. Windows color (decimal): -14114694 or 8036392. OLE color: 8036392.
HSL color Cylindrical-coordinate representation of color #28A07A: hue angle of 161º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A07A is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 122 | - |
| CMYK | 0.75 | 0 | 0.24 | 0.37 |
| HSL | 161º | 0.6% | 0.39% | - |
| HSV(B) | 161º | 0.75% | 0.63% | - |
| XYZ | 16.96 | 27 | 22.73 | - |
| YUV | 119.79 | 129.24 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 122 | 0.75 | 0 | 0.24 | 0.37 | 161 | 0.6 | 0.39 |
| Hex | 28 | A0 | 7A | 4B | 0 | 18 | 25 | A1 | 3C | 27 |
| Octal | 50 | 240 | 172 | 113 | 0 | 30 | 45 | 241 | 74 | 47 |
| Binary | 101000 | 10100000 | 1111010 | 1001011 | 0 | 11000 | 100101 | 10100001 | 111100 | 100111 |
Color Harmonies of #28A07A
Complementary color
Monochromatic Colors of #28A07A
Black with #28A07A
Text Example
Text Example
White with #28A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A07A; }
p { color: rgb(40,160,122); }
H1.HeaderClassName
{
color: #28A07A;
}
.AnyTagClassName
{
color: #28A07A;
}
</style>
background-color css
<style>
a { background-color: #28A07A; }
a { background-color: rgb(40,160,122); }
div.DivClassName
{
background-color: #28A07A;
}
.BgClassName
{
background-color: #28A07A;
}
</style>
border-color css
<style>
span { border-color: #28A07A; }
span { border-color: rgb(40,160,122); }
td.TdClassName
{
border-color: #28A07A;
}
.TagClassName
{
border-color: #28A07A;
}
</style>