Shades of Jungle Green #26B38C
Tints of Jungle Green #26B38C
RGB
CMYK
RGB Variations
Color information
#26B38C (or 0x26B38C) is known color: Jungle Green. HEX triplet: 26, B3 and 8C. RGB value is (38,179,140). Sum of RGB (Red+Green+Blue) = 38+179+140=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #26B38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B38C is #D94C73. Grayscale: #848484. Windows color (decimal): -14240884 or 9220902. OLE color: 9220902.
HSL color Cylindrical-coordinate representation of color #26B38C: hue angle of 163.4º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B38C is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 38 | 179 | 140 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.30 |
| HSL | 163.4º | 0.65% | 0.43% | - |
| HSV(B) | 163.4º | 0.79% | 0.7% | - |
| XYZ | 21.65 | 34.55 | 30.34 | - |
| YUV | 132.4 | 132.29 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 179 | 140 | 0.79 | 0 | 0.22 | 0.30 | 163.4 | 0.65 | 0.43 |
| Hex | 26 | B3 | 8C | 4F | 0 | 16 | 1E | A3 | 41 | 2B |
| Octal | 46 | 263 | 214 | 117 | 0 | 26 | 36 | 243 | 101 | 53 |
| Binary | 100110 | 10110011 | 10001100 | 1001111 | 0 | 10110 | 11110 | 10100011 | 1000001 | 101011 |
Color Harmonies of #26B38C
Complementary color
Monochromatic Colors of #26B38C
Black with #26B38C
Text Example
Text Example
White with #26B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B38C; }
p { color: rgb(38,179,140); }
H1.HeaderClassName
{
color: #26B38C;
}
.AnyTagClassName
{
color: #26B38C;
}
</style>
background-color css
<style>
a { background-color: #26B38C; }
a { background-color: rgb(38,179,140); }
div.DivClassName
{
background-color: #26B38C;
}
.BgClassName
{
background-color: #26B38C;
}
</style>
border-color css
<style>
span { border-color: #26B38C; }
span { border-color: rgb(38,179,140); }
td.TdClassName
{
border-color: #26B38C;
}
.TagClassName
{
border-color: #26B38C;
}
</style>