Shades of Jungle Green #27AF7B
Tints of Jungle Green #27AF7B
RGB
CMYK
RGB Variations
Color information
#27AF7B (or 0x27AF7B) is known color: Jungle Green. HEX triplet: 27, AF and 7B. RGB value is (39,175,123). Sum of RGB (Red+Green+Blue) = 39+175+123=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #27AF7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27AF7B is #D85084. Grayscale: #808080. Windows color (decimal): -14176389 or 8105767. OLE color: 8105767.
HSL color Cylindrical-coordinate representation of color #27AF7B: hue angle of 157.06º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27AF7B is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 175 | 123 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.31 |
| HSL | 157.06º | 0.64% | 0.42% | - |
| HSV(B) | 157.06º | 0.78% | 0.69% | - |
| XYZ | 19.74 | 32.52 | 23.98 | - |
| YUV | 128.41 | 124.94 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 175 | 123 | 0.78 | 0 | 0.30 | 0.31 | 157.06 | 0.64 | 0.42 |
| Hex | 27 | AF | 7B | 4E | 0 | 1E | 1F | 9D | 40 | 2A |
| Octal | 47 | 257 | 173 | 116 | 0 | 36 | 37 | 235 | 100 | 52 |
| Binary | 100111 | 10101111 | 1111011 | 1001110 | 0 | 11110 | 11111 | 10011101 | 1000000 | 101010 |
Color Harmonies of #27AF7B
Complementary color
Monochromatic Colors of #27AF7B
Black with #27AF7B
Text Example
Text Example
White with #27AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AF7B; }
p { color: rgb(39,175,123); }
H1.HeaderClassName
{
color: #27AF7B;
}
.AnyTagClassName
{
color: #27AF7B;
}
</style>
background-color css
<style>
a { background-color: #27AF7B; }
a { background-color: rgb(39,175,123); }
div.DivClassName
{
background-color: #27AF7B;
}
.BgClassName
{
background-color: #27AF7B;
}
</style>
border-color css
<style>
span { border-color: #27AF7B; }
span { border-color: rgb(39,175,123); }
td.TdClassName
{
border-color: #27AF7B;
}
.TagClassName
{
border-color: #27AF7B;
}
</style>