Shades of Jungle Green #26B087
Tints of Jungle Green #26B087
RGB
CMYK
RGB Variations
Color information
#26B087 (or 0x26B087) is known color: Jungle Green. HEX triplet: 26, B0 and 87. RGB value is (38,176,135). Sum of RGB (Red+Green+Blue) = 38+176+135=349 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.89% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #26B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B087 is #D94F78. Grayscale: #828282. Windows color (decimal): -14241657 or 8892454. OLE color: 8892454.
HSL color Cylindrical-coordinate representation of color #26B087: hue angle of 162.17º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26B087 is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 38 | 176 | 135 | - |
| CMYK | 0.78 | 0 | 0.23 | 0.31 |
| HSL | 162.17º | 0.64% | 0.42% | - |
| HSV(B) | 162.17º | 0.78% | 0.69% | - |
| XYZ | 20.7 | 33.21 | 28.24 | - |
| YUV | 130.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 176 | 135 | 0.78 | 0 | 0.23 | 0.31 | 162.17 | 0.64 | 0.42 |
| Hex | 26 | B0 | 87 | 4E | 0 | 17 | 1F | A2 | 40 | 2A |
| Octal | 46 | 260 | 207 | 116 | 0 | 27 | 37 | 242 | 100 | 52 |
| Binary | 100110 | 10110000 | 10000111 | 1001110 | 0 | 10111 | 11111 | 10100010 | 1000000 | 101010 |
Color Harmonies of #26B087
Complementary color
Monochromatic Colors of #26B087
Black with #26B087
Text Example
Text Example
White with #26B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B087; }
p { color: rgb(38,176,135); }
H1.HeaderClassName
{
color: #26B087;
}
.AnyTagClassName
{
color: #26B087;
}
</style>
background-color css
<style>
a { background-color: #26B087; }
a { background-color: rgb(38,176,135); }
div.DivClassName
{
background-color: #26B087;
}
.BgClassName
{
background-color: #26B087;
}
</style>
border-color css
<style>
span { border-color: #26B087; }
span { border-color: rgb(38,176,135); }
td.TdClassName
{
border-color: #26B087;
}
.TagClassName
{
border-color: #26B087;
}
</style>