Shades of Jungle Green #269A7E
Tints of Jungle Green #269A7E
RGB
CMYK
RGB Variations
Color information
#269A7E (or 0x269A7E) is known color: Jungle Green. HEX triplet: 26, 9A and 7E. RGB value is (38,154,126). Sum of RGB (Red+Green+Blue) = 38+154+126=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #269A7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269A7E is #D96581. Grayscale: #747474. Windows color (decimal): -14247298 or 8296998. OLE color: 8296998.
HSL color Cylindrical-coordinate representation of color #269A7E: hue angle of 165.52º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269A7E is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 38 | 154 | 126 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.40 |
| HSL | 165.52º | 0.6% | 0.38% | - |
| HSV(B) | 165.52º | 0.75% | 0.6% | - |
| XYZ | 16.12 | 25.03 | 23.72 | - |
| YUV | 116.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 126 | 0.75 | 0 | 0.18 | 0.40 | 165.52 | 0.6 | 0.38 |
| Hex | 26 | 9A | 7E | 4B | 0 | 12 | 28 | A6 | 3C | 26 |
| Octal | 46 | 232 | 176 | 113 | 0 | 22 | 50 | 246 | 74 | 46 |
| Binary | 100110 | 10011010 | 1111110 | 1001011 | 0 | 10010 | 101000 | 10100110 | 111100 | 100110 |
Color Harmonies of #269A7E
Complementary color
Monochromatic Colors of #269A7E
Black with #269A7E
Text Example
Text Example
White with #269A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269A7E; }
p { color: rgb(38,154,126); }
H1.HeaderClassName
{
color: #269A7E;
}
.AnyTagClassName
{
color: #269A7E;
}
</style>
background-color css
<style>
a { background-color: #269A7E; }
a { background-color: rgb(38,154,126); }
div.DivClassName
{
background-color: #269A7E;
}
.BgClassName
{
background-color: #269A7E;
}
</style>
border-color css
<style>
span { border-color: #269A7E; }
span { border-color: rgb(38,154,126); }
td.TdClassName
{
border-color: #269A7E;
}
.TagClassName
{
border-color: #269A7E;
}
</style>