Shades of Jungle Green #27B27C
Tints of Jungle Green #27B27C
RGB
CMYK
RGB Variations
Color information
#27B27C (or 0x27B27C) is known color: Jungle Green. HEX triplet: 27, B2 and 7C. RGB value is (39,178,124). Sum of RGB (Red+Green+Blue) = 39+178+124=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 178 (69.92% from 255 or 52.20% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 178 - color contains mainly: green. Hex color #27B27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27B27C is #D84D83. Grayscale: #828282. Windows color (decimal): -14175620 or 8172071. OLE color: 8172071.
HSL color Cylindrical-coordinate representation of color #27B27C: hue angle of 156.69º 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 #27B27C is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 39 | 178 | 124 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.30 |
| HSL | 156.69º | 0.64% | 0.43% | - |
| HSV(B) | 156.69º | 0.78% | 0.7% | - |
| XYZ | 20.4 | 33.73 | 24.5 | - |
| YUV | 130.28 | 124.45 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 178 | 124 | 0.78 | 0 | 0.30 | 0.30 | 156.69 | 0.64 | 0.43 |
| Hex | 27 | B2 | 7C | 4E | 0 | 1E | 1E | 9D | 40 | 2B |
| Octal | 47 | 262 | 174 | 116 | 0 | 36 | 36 | 235 | 100 | 53 |
| Binary | 100111 | 10110010 | 1111100 | 1001110 | 0 | 11110 | 11110 | 10011101 | 1000000 | 101011 |
Color Harmonies of #27B27C
Complementary color
Monochromatic Colors of #27B27C
Black with #27B27C
Text Example
Text Example
White with #27B27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B27C; }
p { color: rgb(39,178,124); }
H1.HeaderClassName
{
color: #27B27C;
}
.AnyTagClassName
{
color: #27B27C;
}
</style>
background-color css
<style>
a { background-color: #27B27C; }
a { background-color: rgb(39,178,124); }
div.DivClassName
{
background-color: #27B27C;
}
.BgClassName
{
background-color: #27B27C;
}
</style>
border-color css
<style>
span { border-color: #27B27C; }
span { border-color: rgb(39,178,124); }
td.TdClassName
{
border-color: #27B27C;
}
.TagClassName
{
border-color: #27B27C;
}
</style>