Shades of Jungle Green #269B7C
Tints of Jungle Green #269B7C
RGB
CMYK
RGB Variations
Color information
#269B7C (or 0x269B7C) is known color: Jungle Green. HEX triplet: 26, 9B and 7C. RGB value is (38,155,124). Sum of RGB (Red+Green+Blue) = 38+155+124=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #269B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B7C is #D96483. Grayscale: #747474. Windows color (decimal): -14247044 or 8166182. OLE color: 8166182.
HSL color Cylindrical-coordinate representation of color #269B7C: hue angle of 164.1º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269B7C is Cyan = 0.75, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 38 | 155 | 124 | - |
| CMYK | 0.75 | 0 | 0.2 | 0.39 |
| HSL | 164.1º | 0.61% | 0.38% | - |
| HSV(B) | 164.1º | 0.75% | 0.61% | - |
| XYZ | 16.16 | 25.31 | 23.1 | - |
| YUV | 116.48 | 132.24 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 124 | 0.75 | 0 | 0.2 | 0.39 | 164.1 | 0.61 | 0.38 |
| Hex | 26 | 9B | 7C | 4B | 0 | 14 | 27 | A4 | 3D | 26 |
| Octal | 46 | 233 | 174 | 113 | 0 | 24 | 47 | 244 | 75 | 46 |
| Binary | 100110 | 10011011 | 1111100 | 1001011 | 0 | 10100 | 100111 | 10100100 | 111101 | 100110 |
Color Harmonies of #269B7C
Complementary color
Monochromatic Colors of #269B7C
Black with #269B7C
Text Example
Text Example
White with #269B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269B7C; }
p { color: rgb(38,155,124); }
H1.HeaderClassName
{
color: #269B7C;
}
.AnyTagClassName
{
color: #269B7C;
}
</style>
background-color css
<style>
a { background-color: #269B7C; }
a { background-color: rgb(38,155,124); }
div.DivClassName
{
background-color: #269B7C;
}
.BgClassName
{
background-color: #269B7C;
}
</style>
border-color css
<style>
span { border-color: #269B7C; }
span { border-color: rgb(38,155,124); }
td.TdClassName
{
border-color: #269B7C;
}
.TagClassName
{
border-color: #269B7C;
}
</style>