#26A075

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

Shades of Jungle Green #26A075

Tints of Jungle Green #26A075

Color information

#26A075 (or 0x26A075) is unknown color: approx Jungle Green. HEX triplet: 26, A0 and 75. RGB value is (38,160,117). Sum of RGB (Red+Green+Blue) = 38+160+117=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #26A075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A075 is #D95F8A. Grayscale: #767676. Windows color (decimal): -14245771 or 7708710. OLE color: 7708710.

HSL color Cylindrical-coordinate representation of color #26A075: hue angle of 158.85º 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 #26A075 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB38160117-
CMYK0.7600.270.37
HSL158.85º61.62%38.82%-
HSV(B)158.85º76.25%62.75%-
XYZ16.5826.8421.14-
YUV118.62127.0870.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 160 (62.89% from 255) = 50.79%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=12.06%
G=50.79%
B=37.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381601170.7600.270.37158.8561.6238.82
Hex26A0754C01B259f3e27
Octal46240165114033452377647
Binary100110101000001110101100110001101110010110011111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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