#26A074

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

Shades of Jungle Green #26A074

Tints of Jungle Green #26A074

Color information

#26A074 (or 0x26A074) is unknown color: approx Jungle Green. HEX triplet: 26, A0 and 74. RGB value is (38,160,116). Sum of RGB (Red+Green+Blue) = 38+160+116=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #26A074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A074 is #D95F8B. Grayscale: #767676. Windows color (decimal): -14245772 or 7643174. OLE color: 7643174.

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

Color convert

RGB38160116-
CMYK0.7600.280.37
HSL158.36º61.62%38.82%-
HSV(B)158.36º76.25%62.75%-
XYZ16.5226.8120.83-
YUV118.51126.5870.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.10%
GREEN value IS 160 (62.89% from 255) = 50.96%
BLUE value IS 116 (45.70% from 255) = 36.94%
R=12.10%
G=50.96%
B=36.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381601160.7600.280.37158.3661.6238.82
Hex26A0744C01C259e3e27
Octal46240164114034452367647
Binary100110101000001110100100110001110010010110011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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