Shades of Jungle Green #279B7D
Tints of Jungle Green #279B7D
RGB
CMYK
RGB Variations
Color information
#279B7D (or 0x279B7D) is known color: Jungle Green. HEX triplet: 27, 9B and 7D. RGB value is (39,155,125). Sum of RGB (Red+Green+Blue) = 39+155+125=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #279B7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #279B7D is #D86482. Grayscale: #747474. Windows color (decimal): -14181507 or 8231719. OLE color: 8231719.
HSL color Cylindrical-coordinate representation of color #279B7D: hue angle of 164.48º 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 #279B7D is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 39 | 155 | 125 | - |
| CMYK | 0.75 | 0 | 0.19 | 0.39 |
| HSL | 164.48º | 0.6% | 0.38% | - |
| HSV(B) | 164.48º | 0.75% | 0.61% | - |
| XYZ | 16.26 | 25.35 | 23.44 | - |
| YUV | 116.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 155 | 125 | 0.75 | 0 | 0.19 | 0.39 | 164.48 | 0.6 | 0.38 |
| Hex | 27 | 9B | 7D | 4B | 0 | 13 | 27 | A4 | 3C | 26 |
| Octal | 47 | 233 | 175 | 113 | 0 | 23 | 47 | 244 | 74 | 46 |
| Binary | 100111 | 10011011 | 1111101 | 1001011 | 0 | 10011 | 100111 | 10100100 | 111100 | 100110 |
Color Harmonies of #279B7D
Complementary color
Monochromatic Colors of #279B7D
Black with #279B7D
Text Example
Text Example
White with #279B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #279B7D; }
p { color: rgb(39,155,125); }
H1.HeaderClassName
{
color: #279B7D;
}
.AnyTagClassName
{
color: #279B7D;
}
</style>
background-color css
<style>
a { background-color: #279B7D; }
a { background-color: rgb(39,155,125); }
div.DivClassName
{
background-color: #279B7D;
}
.BgClassName
{
background-color: #279B7D;
}
</style>
border-color css
<style>
span { border-color: #279B7D; }
span { border-color: rgb(39,155,125); }
td.TdClassName
{
border-color: #279B7D;
}
.TagClassName
{
border-color: #279B7D;
}
</style>