Shades of Jungle Green #289B7F
Tints of Jungle Green #289B7F
RGB
CMYK
RGB Variations
Color information
#289B7F (or 0x289B7F) is known color: Jungle Green. HEX triplet: 28, 9B and 7F. RGB value is (40,155,127). Sum of RGB (Red+Green+Blue) = 40+155+127=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #289B7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289B7F is #D76480. Grayscale: #757575. Windows color (decimal): -14115969 or 8362792. OLE color: 8362792.
HSL color Cylindrical-coordinate representation of color #289B7F: hue angle of 165.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289B7F is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 155 | 127 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.39 |
| HSL | 165.39º | 0.59% | 0.38% | - |
| HSV(B) | 165.39º | 0.74% | 0.61% | - |
| XYZ | 16.43 | 25.43 | 24.12 | - |
| YUV | 117.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 155 | 127 | 0.74 | 0 | 0.18 | 0.39 | 165.39 | 0.59 | 0.38 |
| Hex | 28 | 9B | 7F | 4A | 0 | 12 | 27 | A5 | 3B | 26 |
| Octal | 50 | 233 | 177 | 112 | 0 | 22 | 47 | 245 | 73 | 46 |
| Binary | 101000 | 10011011 | 1111111 | 1001010 | 0 | 10010 | 100111 | 10100101 | 111011 | 100110 |
Color Harmonies of #289B7F
Complementary color
Monochromatic Colors of #289B7F
Black with #289B7F
Text Example
Text Example
White with #289B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #289B7F; }
p { color: rgb(40,155,127); }
H1.HeaderClassName
{
color: #289B7F;
}
.AnyTagClassName
{
color: #289B7F;
}
</style>
background-color css
<style>
a { background-color: #289B7F; }
a { background-color: rgb(40,155,127); }
div.DivClassName
{
background-color: #289B7F;
}
.BgClassName
{
background-color: #289B7F;
}
</style>
border-color css
<style>
span { border-color: #289B7F; }
span { border-color: rgb(40,155,127); }
td.TdClassName
{
border-color: #289B7F;
}
.TagClassName
{
border-color: #289B7F;
}
</style>