Shades of Jungle Green #26997D
Tints of Jungle Green #26997D
RGB
CMYK
RGB Variations
Color information
#26997D (or 0x26997D) is known color: Jungle Green. HEX triplet: 26, 99 and 7D. RGB value is (38,153,125). Sum of RGB (Red+Green+Blue) = 38+153+125=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #26997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26997D is #D96682. Grayscale: #737373. Windows color (decimal): -14247555 or 8231206. OLE color: 8231206.
HSL color Cylindrical-coordinate representation of color #26997D: hue angle of 165.39º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26997D is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 153 | 125 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.4 |
| HSL | 165.39º | 0.6% | 0.37% | - |
| HSV(B) | 165.39º | 0.75% | 0.6% | - |
| XYZ | 15.89 | 24.68 | 23.33 | - |
| YUV | 115.42 | 133.4 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 125 | 0.75 | 0 | 0.18 | 0.4 | 165.39 | 0.6 | 0.37 |
| Hex | 26 | 99 | 7D | 4B | 0 | 12 | 28 | A5 | 3C | 25 |
| Octal | 46 | 231 | 175 | 113 | 0 | 22 | 50 | 245 | 74 | 45 |
| Binary | 100110 | 10011001 | 1111101 | 1001011 | 0 | 10010 | 101000 | 10100101 | 111100 | 100101 |
Color Harmonies of #26997D
Complementary color
Monochromatic Colors of #26997D
Black with #26997D
Text Example
Text Example
White with #26997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26997D; }
p { color: rgb(38,153,125); }
H1.HeaderClassName
{
color: #26997D;
}
.AnyTagClassName
{
color: #26997D;
}
</style>
background-color css
<style>
a { background-color: #26997D; }
a { background-color: rgb(38,153,125); }
div.DivClassName
{
background-color: #26997D;
}
.BgClassName
{
background-color: #26997D;
}
</style>
border-color css
<style>
span { border-color: #26997D; }
span { border-color: rgb(38,153,125); }
td.TdClassName
{
border-color: #26997D;
}
.TagClassName
{
border-color: #26997D;
}
</style>