Shades of Jungle Green #27AF8B
Tints of Jungle Green #27AF8B
RGB
CMYK
RGB Variations
Color information
#27AF8B (or 0x27AF8B) is known color: Jungle Green. HEX triplet: 27, AF and 8B. RGB value is (39,175,139). Sum of RGB (Red+Green+Blue) = 39+175+139=353 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.05% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #27AF8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AF8B is #D85074. Grayscale: #828282. Windows color (decimal): -14176373 or 9154343. OLE color: 9154343.
HSL color Cylindrical-coordinate representation of color #27AF8B: hue angle of 164.12º 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 #27AF8B is Cyan = 0.78, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 39 | 175 | 139 | - |
| CMYK | 0.78 | 0 | 0.21 | 0.31 |
| HSL | 164.12º | 0.64% | 0.42% | - |
| HSV(B) | 164.12º | 0.78% | 0.69% | - |
| XYZ | 20.83 | 32.96 | 29.69 | - |
| YUV | 130.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 175 | 139 | 0.78 | 0 | 0.21 | 0.31 | 164.12 | 0.64 | 0.42 |
| Hex | 27 | AF | 8B | 4E | 0 | 15 | 1F | A4 | 40 | 2A |
| Octal | 47 | 257 | 213 | 116 | 0 | 25 | 37 | 244 | 100 | 52 |
| Binary | 100111 | 10101111 | 10001011 | 1001110 | 0 | 10101 | 11111 | 10100100 | 1000000 | 101010 |
Color Harmonies of #27AF8B
Complementary color
Monochromatic Colors of #27AF8B
Black with #27AF8B
Text Example
Text Example
White with #27AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AF8B; }
p { color: rgb(39,175,139); }
H1.HeaderClassName
{
color: #27AF8B;
}
.AnyTagClassName
{
color: #27AF8B;
}
</style>
background-color css
<style>
a { background-color: #27AF8B; }
a { background-color: rgb(39,175,139); }
div.DivClassName
{
background-color: #27AF8B;
}
.BgClassName
{
background-color: #27AF8B;
}
</style>
border-color css
<style>
span { border-color: #27AF8B; }
span { border-color: rgb(39,175,139); }
td.TdClassName
{
border-color: #27AF8B;
}
.TagClassName
{
border-color: #27AF8B;
}
</style>