Shades of Jungle Green #27997D
Tints of Jungle Green #27997D
RGB
CMYK
RGB Variations
Color information
#27997D (or 0x27997D) is known color: Jungle Green. HEX triplet: 27, 99 and 7D. RGB value is (39,153,125). Sum of RGB (Red+Green+Blue) = 39+153+125=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #27997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27997D is #D86682. Grayscale: #737373. Windows color (decimal): -14182019 or 8231207. OLE color: 8231207.
HSL color Cylindrical-coordinate representation of color #27997D: hue angle of 165.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27997D is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 39 | 153 | 125 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.4 |
| HSL | 165.26º | 0.59% | 0.38% | - |
| HSV(B) | 165.26º | 0.75% | 0.6% | - |
| XYZ | 15.93 | 24.69 | 23.33 | - |
| YUV | 115.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 125 | 0.75 | 0 | 0.18 | 0.4 | 165.26 | 0.59 | 0.38 |
| Hex | 27 | 99 | 7D | 4B | 0 | 12 | 28 | A5 | 3B | 26 |
| Octal | 47 | 231 | 175 | 113 | 0 | 22 | 50 | 245 | 73 | 46 |
| Binary | 100111 | 10011001 | 1111101 | 1001011 | 0 | 10010 | 101000 | 10100101 | 111011 | 100110 |
Color Harmonies of #27997D
Complementary color
Monochromatic Colors of #27997D
Black with #27997D
Text Example
Text Example
White with #27997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27997D; }
p { color: rgb(39,153,125); }
H1.HeaderClassName
{
color: #27997D;
}
.AnyTagClassName
{
color: #27997D;
}
</style>
background-color css
<style>
a { background-color: #27997D; }
a { background-color: rgb(39,153,125); }
div.DivClassName
{
background-color: #27997D;
}
.BgClassName
{
background-color: #27997D;
}
</style>
border-color css
<style>
span { border-color: #27997D; }
span { border-color: rgb(39,153,125); }
td.TdClassName
{
border-color: #27997D;
}
.TagClassName
{
border-color: #27997D;
}
</style>