Shades of Jungle Green #269C7A
Tints of Jungle Green #269C7A
RGB
CMYK
RGB Variations
Color information
#269C7A (or 0x269C7A) is known color: Jungle Green. HEX triplet: 26, 9C and 7A. RGB value is (38,156,122). Sum of RGB (Red+Green+Blue) = 38+156+122=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #269C7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C7A is #D96385. Grayscale: #747474. Windows color (decimal): -14246790 or 8035366. OLE color: 8035366.
HSL color Cylindrical-coordinate representation of color #269C7A: hue angle of 162.71º 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 #269C7A is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 122 | - |
| CMYK | 0.76 | 0 | 0.22 | 0.39 |
| HSL | 162.71º | 0.61% | 0.38% | - |
| HSV(B) | 162.71º | 0.76% | 0.61% | - |
| XYZ | 16.2 | 25.59 | 22.5 | - |
| YUV | 116.84 | 130.91 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 122 | 0.76 | 0 | 0.22 | 0.39 | 162.71 | 0.61 | 0.38 |
| Hex | 26 | 9C | 7A | 4C | 0 | 16 | 27 | A3 | 3D | 26 |
| Octal | 46 | 234 | 172 | 114 | 0 | 26 | 47 | 243 | 75 | 46 |
| Binary | 100110 | 10011100 | 1111010 | 1001100 | 0 | 10110 | 100111 | 10100011 | 111101 | 100110 |
Color Harmonies of #269C7A
Complementary color
Monochromatic Colors of #269C7A
Black with #269C7A
Text Example
Text Example
White with #269C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C7A; }
p { color: rgb(38,156,122); }
H1.HeaderClassName
{
color: #269C7A;
}
.AnyTagClassName
{
color: #269C7A;
}
</style>
background-color css
<style>
a { background-color: #269C7A; }
a { background-color: rgb(38,156,122); }
div.DivClassName
{
background-color: #269C7A;
}
.BgClassName
{
background-color: #269C7A;
}
</style>
border-color css
<style>
span { border-color: #269C7A; }
span { border-color: rgb(38,156,122); }
td.TdClassName
{
border-color: #269C7A;
}
.TagClassName
{
border-color: #269C7A;
}
</style>