Shades of Jungle Green #27B888
Tints of Jungle Green #27B888
RGB
CMYK
RGB Variations
Color information
#27B888 (or 0x27B888) is known color: Jungle Green. HEX triplet: 27, B8 and 88. RGB value is (39,184,136). Sum of RGB (Red+Green+Blue) = 39+184+136=359 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.86% from 359); Green value is 184 (72.27% from 255 or 51.25% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 184 - color contains mainly: green. Hex color #27B888 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B888 is #D84777. Grayscale: #878787. Windows color (decimal): -14174072 or 8960039. OLE color: 8960039.
HSL color Cylindrical-coordinate representation of color #27B888: hue angle of 160.14º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B888 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 39 | 184 | 136 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.28 |
| HSL | 160.14º | 0.65% | 0.44% | - |
| HSV(B) | 160.14º | 0.79% | 0.72% | - |
| XYZ | 22.42 | 36.49 | 29.15 | - |
| YUV | 135.17 | 128.46 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 184 | 136 | 0.79 | 0 | 0.26 | 0.28 | 160.14 | 0.65 | 0.44 |
| Hex | 27 | B8 | 88 | 4F | 0 | 1A | 1C | A0 | 41 | 2C |
| Octal | 47 | 270 | 210 | 117 | 0 | 32 | 34 | 240 | 101 | 54 |
| Binary | 100111 | 10111000 | 10001000 | 1001111 | 0 | 11010 | 11100 | 10100000 | 1000001 | 101100 |
Color Harmonies of #27B888
Complementary color
Monochromatic Colors of #27B888
Black with #27B888
Text Example
Text Example
White with #27B888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B888; }
p { color: rgb(39,184,136); }
H1.HeaderClassName
{
color: #27B888;
}
.AnyTagClassName
{
color: #27B888;
}
</style>
background-color css
<style>
a { background-color: #27B888; }
a { background-color: rgb(39,184,136); }
div.DivClassName
{
background-color: #27B888;
}
.BgClassName
{
background-color: #27B888;
}
</style>
border-color css
<style>
span { border-color: #27B888; }
span { border-color: rgb(39,184,136); }
td.TdClassName
{
border-color: #27B888;
}
.TagClassName
{
border-color: #27B888;
}
</style>