Shades of Jungle Green #269E7A
Tints of Jungle Green #269E7A
RGB
CMYK
RGB Variations
Color information
#269E7A (or 0x269E7A) is known color: Jungle Green. HEX triplet: 26, 9E and 7A. RGB value is (38,158,122). Sum of RGB (Red+Green+Blue) = 38+158+122=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #269E7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269E7A is #D96185. Grayscale: #767676. Windows color (decimal): -14246278 or 8035878. OLE color: 8035878.
HSL color Cylindrical-coordinate representation of color #269E7A: hue angle of 162º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269E7A is Cyan = 0.76, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 38 | 158 | 122 | - |
| CMYK | 0.76 | 0 | 0.23 | 0.38 |
| HSL | 162º | 0.61% | 0.38% | - |
| HSV(B) | 162º | 0.76% | 0.62% | - |
| XYZ | 16.54 | 26.27 | 22.61 | - |
| YUV | 118.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 122 | 0.76 | 0 | 0.23 | 0.38 | 162 | 0.61 | 0.38 |
| Hex | 26 | 9E | 7A | 4C | 0 | 17 | 26 | A2 | 3D | 26 |
| Octal | 46 | 236 | 172 | 114 | 0 | 27 | 46 | 242 | 75 | 46 |
| Binary | 100110 | 10011110 | 1111010 | 1001100 | 0 | 10111 | 100110 | 10100010 | 111101 | 100110 |
Color Harmonies of #269E7A
Complementary color
Monochromatic Colors of #269E7A
Black with #269E7A
Text Example
Text Example
White with #269E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269E7A; }
p { color: rgb(38,158,122); }
H1.HeaderClassName
{
color: #269E7A;
}
.AnyTagClassName
{
color: #269E7A;
}
</style>
background-color css
<style>
a { background-color: #269E7A; }
a { background-color: rgb(38,158,122); }
div.DivClassName
{
background-color: #269E7A;
}
.BgClassName
{
background-color: #269E7A;
}
</style>
border-color css
<style>
span { border-color: #269E7A; }
span { border-color: rgb(38,158,122); }
td.TdClassName
{
border-color: #269E7A;
}
.TagClassName
{
border-color: #269E7A;
}
</style>