#26A97D

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

Shades of Jungle Green #26A97D

Tints of Jungle Green #26A97D

Color information

#26A97D (or 0x26A97D) is unknown color: approx Jungle Green. HEX triplet: 26, A9 and 7D. RGB value is (38,169,125). Sum of RGB (Red+Green+Blue) = 38+169+125=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #26A97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A97D is #D95682. Grayscale: #7C7C7C. Windows color (decimal): -14243459 or 8235302. OLE color: 8235302.

HSL color Cylindrical-coordinate representation of color #26A97D: hue angle of 159.85º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26A97D is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB38169125-
CMYK0.7800.260.34
HSL159.85º63.29%40.59%-
HSV(B)159.85º77.51%66.27%-
XYZ18.6930.2724.26-
YUV124.81128.166.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.45%
GREEN value IS 169 (66.41% from 255) = 50.90%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=11.45%
G=50.90%
B=37.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal381691250.7800.260.34159.8563.2940.59
Hex26A97D4E01A22a03f29
Octal46251175116032422407751
Binary100110101010011111101100111001101010001010100000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,169,125); }

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

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

 a { background-color: rgb(38,169,125); }

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

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

 span { border-color: rgb(38,169,125); }

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