#26A580

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

Shades of Jungle Green #26A580

Tints of Jungle Green #26A580

Color information

#26A580 (or 0x26A580) is unknown color: approx Jungle Green. HEX triplet: 26, A5 and 80. RGB value is (38,165,128). Sum of RGB (Red+Green+Blue) = 38+165+128=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #26A580 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A580 is #D95A7F. Grayscale: #7A7A7A. Windows color (decimal): -14244480 or 8430886. OLE color: 8430886.

HSL color Cylindrical-coordinate representation of color #26A580: hue angle of 162.52º 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 #26A580 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB38165128-
CMYK0.7700.220.35
HSL162.52º62.56%39.8%-
HSV(B)162.52º76.97%64.71%-
XYZ18.1528.8825.04-
YUV122.81130.9267.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.48%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=11.48%
G=49.85%
B=38.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381651280.7700.220.35162.5262.5639.8
Hex26A5804D01623a33f28
Octal46245200115026432437750
Binary1001101010010110000000100110101011010001110100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,165,128); }

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

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

 a { background-color: rgb(38,165,128); }

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

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

 span { border-color: rgb(38,165,128); }

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