Shades of Jungle Green #27A27B
Tints of Jungle Green #27A27B
RGB
CMYK
RGB Variations
Color information
#27A27B (or 0x27A27B) is known color: Jungle Green. HEX triplet: 27, A2 and 7B. RGB value is (39,162,123). Sum of RGB (Red+Green+Blue) = 39+162+123=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #27A27B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A27B is #D85D84. Grayscale: #787878. Windows color (decimal): -14179717 or 8102439. OLE color: 8102439.
HSL color Cylindrical-coordinate representation of color #27A27B: hue angle of 160.98º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A27B is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 123 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.36 |
| HSL | 160.98º | 0.61% | 0.39% | - |
| HSV(B) | 160.98º | 0.76% | 0.64% | - |
| XYZ | 17.33 | 27.7 | 23.17 | - |
| YUV | 120.78 | 129.25 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 123 | 0.76 | 0 | 0.24 | 0.36 | 160.98 | 0.61 | 0.39 |
| Hex | 27 | A2 | 7B | 4C | 0 | 18 | 24 | A1 | 3D | 27 |
| Octal | 47 | 242 | 173 | 114 | 0 | 30 | 44 | 241 | 75 | 47 |
| Binary | 100111 | 10100010 | 1111011 | 1001100 | 0 | 11000 | 100100 | 10100001 | 111101 | 100111 |
Color Harmonies of #27A27B
Complementary color
Monochromatic Colors of #27A27B
Black with #27A27B
Text Example
Text Example
White with #27A27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A27B; }
p { color: rgb(39,162,123); }
H1.HeaderClassName
{
color: #27A27B;
}
.AnyTagClassName
{
color: #27A27B;
}
</style>
background-color css
<style>
a { background-color: #27A27B; }
a { background-color: rgb(39,162,123); }
div.DivClassName
{
background-color: #27A27B;
}
.BgClassName
{
background-color: #27A27B;
}
</style>
border-color css
<style>
span { border-color: #27A27B; }
span { border-color: rgb(39,162,123); }
td.TdClassName
{
border-color: #27A27B;
}
.TagClassName
{
border-color: #27A27B;
}
</style>