#26A076

Color #26A076 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #26A076

Tints of Jungle Green #26A076

Color information

#26A076 (or 0x26A076) is unknown color: approx Jungle Green. HEX triplet: 26, A0 and 76. RGB value is (38,160,118). Sum of RGB (Red+Green+Blue) = 38+160+118=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #26A076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A076 is #D95F89. Grayscale: #767676. Windows color (decimal): -14245770 or 7774246. OLE color: 7774246.

HSL color Cylindrical-coordinate representation of color #26A076: hue angle of 159.34º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A076 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB38160118-
CMYK0.7600.260.37
HSL159.34º61.62%38.82%-
HSV(B)159.34º76.25%62.75%-
XYZ16.6426.8621.45-
YUV118.73127.5870.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 160 (62.89% from 255) = 50.63%
BLUE value IS 118 (46.48% from 255) = 37.34%
R=12.03%
G=50.63%
B=37.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381601180.7600.260.37159.3461.6238.82
Hex26A0764C01A259f3e27
Octal46240166114032452377647
Binary100110101000001110110100110001101010010110011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26A076; }

 p { color: rgb(38,160,118); }

 H1.HeaderClassName
 {
   color: #26A076;
 }
 .AnyTagClassName
 {
   color: #26A076;
 }
</style>
background-color css

<style>
 a { background-color: #26A076; }

 a { background-color: rgb(38,160,118); }

 div.DivClassName
 {
   background-color: #26A076;
 }
 .BgClassName
 {
   background-color: #26A076;
 }
</style>
border-color css

<style>
 span { border-color: #26A076; }

 span { border-color: rgb(38,160,118); }

 td.TdClassName
 {
   border-color: #26A076;
 }
 .TagClassName
 {
   border-color: #26A076;
 }
</style>