Shades of Jungle Green #26A47B
Tints of Jungle Green #26A47B
RGB
CMYK
RGB Variations
Color information
#26A47B (or 0x26A47B) is known color: Jungle Green. HEX triplet: 26, A4 and 7B. RGB value is (38,164,123). Sum of RGB (Red+Green+Blue) = 38+164+123=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 164 (64.45% from 255 or 50.46% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 164 - color contains mainly: green. Hex color #26A47B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A47B is #D95B84. Grayscale: #797979. Windows color (decimal): -14244741 or 8102950. OLE color: 8102950.
HSL color Cylindrical-coordinate representation of color #26A47B: hue angle of 160.48º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A47B is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 38 | 164 | 123 | - |
| CMYK | 0.77 | 0 | 0.25 | 0.36 |
| HSL | 160.48º | 0.62% | 0.4% | - |
| HSV(B) | 160.48º | 0.77% | 0.64% | - |
| XYZ | 17.65 | 28.39 | 23.29 | - |
| YUV | 121.65 | 128.76 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 164 | 123 | 0.77 | 0 | 0.25 | 0.36 | 160.48 | 0.62 | 0.4 |
| Hex | 26 | A4 | 7B | 4D | 0 | 19 | 24 | A0 | 3E | 28 |
| Octal | 46 | 244 | 173 | 115 | 0 | 31 | 44 | 240 | 76 | 50 |
| Binary | 100110 | 10100100 | 1111011 | 1001101 | 0 | 11001 | 100100 | 10100000 | 111110 | 101000 |
Color Harmonies of #26A47B
Complementary color
Monochromatic Colors of #26A47B
Black with #26A47B
Text Example
Text Example
White with #26A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A47B; }
p { color: rgb(38,164,123); }
H1.HeaderClassName
{
color: #26A47B;
}
.AnyTagClassName
{
color: #26A47B;
}
</style>
background-color css
<style>
a { background-color: #26A47B; }
a { background-color: rgb(38,164,123); }
div.DivClassName
{
background-color: #26A47B;
}
.BgClassName
{
background-color: #26A47B;
}
</style>
border-color css
<style>
span { border-color: #26A47B; }
span { border-color: rgb(38,164,123); }
td.TdClassName
{
border-color: #26A47B;
}
.TagClassName
{
border-color: #26A47B;
}
</style>