Shades of Jungle Green #27B380
Tints of Jungle Green #27B380
RGB
CMYK
RGB Variations
Color information
#27B380 (or 0x27B380) is known color: Jungle Green. HEX triplet: 27, B3 and 80. RGB value is (39,179,128). Sum of RGB (Red+Green+Blue) = 39+179+128=346 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.27% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #27B380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27B380 is #D84C7F. Grayscale: #838383. Windows color (decimal): -14175360 or 8434471. OLE color: 8434471.
HSL color Cylindrical-coordinate representation of color #27B380: hue angle of 158.14º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B380 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 179 | 128 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.30 |
| HSL | 158.14º | 0.64% | 0.43% | - |
| HSV(B) | 158.14º | 0.78% | 0.7% | - |
| XYZ | 20.85 | 34.23 | 25.93 | - |
| YUV | 131.33 | 126.12 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 179 | 128 | 0.78 | 0 | 0.28 | 0.30 | 158.14 | 0.64 | 0.43 |
| Hex | 27 | B3 | 80 | 4E | 0 | 1C | 1E | 9E | 40 | 2B |
| Octal | 47 | 263 | 200 | 116 | 0 | 34 | 36 | 236 | 100 | 53 |
| Binary | 100111 | 10110011 | 10000000 | 1001110 | 0 | 11100 | 11110 | 10011110 | 1000000 | 101011 |
Color Harmonies of #27B380
Complementary color
Monochromatic Colors of #27B380
Black with #27B380
Text Example
Text Example
White with #27B380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B380; }
p { color: rgb(39,179,128); }
H1.HeaderClassName
{
color: #27B380;
}
.AnyTagClassName
{
color: #27B380;
}
</style>
background-color css
<style>
a { background-color: #27B380; }
a { background-color: rgb(39,179,128); }
div.DivClassName
{
background-color: #27B380;
}
.BgClassName
{
background-color: #27B380;
}
</style>
border-color css
<style>
span { border-color: #27B380; }
span { border-color: rgb(39,179,128); }
td.TdClassName
{
border-color: #27B380;
}
.TagClassName
{
border-color: #27B380;
}
</style>