Shades of Jungle Green #269C7D
Tints of Jungle Green #269C7D
RGB
CMYK
RGB Variations
Color information
#269C7D (or 0x269C7D) is known color: Jungle Green. HEX triplet: 26, 9C and 7D. RGB value is (38,156,125). Sum of RGB (Red+Green+Blue) = 38+156+125=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #269C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269C7D is #D96382. Grayscale: #757575. Windows color (decimal): -14246787 or 8231974. OLE color: 8231974.
HSL color Cylindrical-coordinate representation of color #269C7D: hue angle of 164.24º 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 #269C7D is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 156 | 125 | - |
| CMYK | 0.76 | 0 | 0.20 | 0.39 |
| HSL | 164.24º | 0.61% | 0.38% | - |
| HSV(B) | 164.24º | 0.76% | 0.61% | - |
| XYZ | 16.39 | 25.67 | 23.49 | - |
| YUV | 117.18 | 132.41 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 125 | 0.76 | 0 | 0.20 | 0.39 | 164.24 | 0.61 | 0.38 |
| Hex | 26 | 9C | 7D | 4C | 0 | 14 | 27 | A4 | 3D | 26 |
| Octal | 46 | 234 | 175 | 114 | 0 | 24 | 47 | 244 | 75 | 46 |
| Binary | 100110 | 10011100 | 1111101 | 1001100 | 0 | 10100 | 100111 | 10100100 | 111101 | 100110 |
Color Harmonies of #269C7D
Complementary color
Monochromatic Colors of #269C7D
Black with #269C7D
Text Example
Text Example
White with #269C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269C7D; }
p { color: rgb(38,156,125); }
H1.HeaderClassName
{
color: #269C7D;
}
.AnyTagClassName
{
color: #269C7D;
}
</style>
background-color css
<style>
a { background-color: #269C7D; }
a { background-color: rgb(38,156,125); }
div.DivClassName
{
background-color: #269C7D;
}
.BgClassName
{
background-color: #269C7D;
}
</style>
border-color css
<style>
span { border-color: #269C7D; }
span { border-color: rgb(38,156,125); }
td.TdClassName
{
border-color: #269C7D;
}
.TagClassName
{
border-color: #269C7D;
}
</style>