Shades of Jungle Green #279C78
Tints of Jungle Green #279C78
RGB
CMYK
RGB Variations
Color information
#279C78 (or 0x279C78) is known color: Jungle Green. HEX triplet: 27, 9C and 78. RGB value is (39,156,120). Sum of RGB (Red+Green+Blue) = 39+156+120=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #279C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279C78 is #D86387. Grayscale: #747474. Windows color (decimal): -14181256 or 7904295. OLE color: 7904295.
HSL color Cylindrical-coordinate representation of color #279C78: hue angle of 161.54º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #279C78 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 156 | 120 | - |
| CMYK | 0.75 | 0 | 0.23 | 0.39 |
| HSL | 161.54º | 0.6% | 0.38% | - |
| HSV(B) | 161.54º | 0.75% | 0.61% | - |
| XYZ | 16.12 | 25.56 | 21.85 | - |
| YUV | 116.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 156 | 120 | 0.75 | 0 | 0.23 | 0.39 | 161.54 | 0.6 | 0.38 |
| Hex | 27 | 9C | 78 | 4B | 0 | 17 | 27 | A2 | 3C | 26 |
| Octal | 47 | 234 | 170 | 113 | 0 | 27 | 47 | 242 | 74 | 46 |
| Binary | 100111 | 10011100 | 1111000 | 1001011 | 0 | 10111 | 100111 | 10100010 | 111100 | 100110 |
Color Harmonies of #279C78
Complementary color
Monochromatic Colors of #279C78
Black with #279C78
Text Example
Text Example
White with #279C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279C78; }
p { color: rgb(39,156,120); }
H1.HeaderClassName
{
color: #279C78;
}
.AnyTagClassName
{
color: #279C78;
}
</style>
background-color css
<style>
a { background-color: #279C78; }
a { background-color: rgb(39,156,120); }
div.DivClassName
{
background-color: #279C78;
}
.BgClassName
{
background-color: #279C78;
}
</style>
border-color css
<style>
span { border-color: #279C78; }
span { border-color: rgb(39,156,120); }
td.TdClassName
{
border-color: #279C78;
}
.TagClassName
{
border-color: #279C78;
}
</style>