#26A67E

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

Shades of Jungle Green #26A67E

Tints of Jungle Green #26A67E

Color information

#26A67E (or 0x26A67E) is unknown color: approx Jungle Green. HEX triplet: 26, A6 and 7E. RGB value is (38,166,126). Sum of RGB (Red+Green+Blue) = 38+166+126=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #26A67E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A67E is #D95981. Grayscale: #7B7B7B. Windows color (decimal): -14244226 or 8300070. OLE color: 8300070.

HSL color Cylindrical-coordinate representation of color #26A67E: hue angle of 161.25º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A67E is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB38166126-
CMYK0.7700.240.35
HSL161.25º62.75%40%-
HSV(B)161.25º77.11%65.1%-
XYZ18.229.1924.41-
YUV123.17129.5967.25-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.52%
GREEN value IS 166 (65.23% from 255) = 50.30%
BLUE value IS 126 (49.61% from 255) = 38.18%
R=11.52%
G=50.30%
B=38.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381661260.7700.240.35161.2562.7540
Hex26A67E4D01823a13f28
Octal46246176115030432417750
Binary100110101001101111110100110101100010001110100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,166,126); }

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

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

 a { background-color: rgb(38,166,126); }

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

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

 span { border-color: rgb(38,166,126); }

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