Shades of Jungle Green #269C76
Tints of Jungle Green #269C76
RGB
CMYK
RGB Variations
Color information
#269C76 (or 0x269C76) is known color: Jungle Green. HEX triplet: 26, 9C and 76. RGB value is (38,156,118). Sum of RGB (Red+Green+Blue) = 38+156+118=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #269C76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C76 is #D96389. Grayscale: #747474. Windows color (decimal): -14246794 or 7773222. OLE color: 7773222.
HSL color Cylindrical-coordinate representation of color #269C76: hue angle of 160.68º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269C76 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 118 | - |
| CMYK | 0.76 | 0 | 0.24 | 0.39 |
| HSL | 160.68º | 0.61% | 0.38% | - |
| HSV(B) | 160.68º | 0.76% | 0.61% | - |
| XYZ | 15.96 | 25.5 | 21.22 | - |
| YUV | 116.39 | 128.91 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 118 | 0.76 | 0 | 0.24 | 0.39 | 160.68 | 0.61 | 0.38 |
| Hex | 26 | 9C | 76 | 4C | 0 | 18 | 27 | A1 | 3D | 26 |
| Octal | 46 | 234 | 166 | 114 | 0 | 30 | 47 | 241 | 75 | 46 |
| Binary | 100110 | 10011100 | 1110110 | 1001100 | 0 | 11000 | 100111 | 10100001 | 111101 | 100110 |
Color Harmonies of #269C76
Complementary color
Monochromatic Colors of #269C76
Black with #269C76
Text Example
Text Example
White with #269C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C76; }
p { color: rgb(38,156,118); }
H1.HeaderClassName
{
color: #269C76;
}
.AnyTagClassName
{
color: #269C76;
}
</style>
background-color css
<style>
a { background-color: #269C76; }
a { background-color: rgb(38,156,118); }
div.DivClassName
{
background-color: #269C76;
}
.BgClassName
{
background-color: #269C76;
}
</style>
border-color css
<style>
span { border-color: #269C76; }
span { border-color: rgb(38,156,118); }
td.TdClassName
{
border-color: #269C76;
}
.TagClassName
{
border-color: #269C76;
}
</style>