#26A582

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

Shades of Jungle Green #26A582

Tints of Jungle Green #26A582

Color information

#26A582 (or 0x26A582) is unknown color: approx Jungle Green. HEX triplet: 26, A5 and 82. RGB value is (38,165,130). Sum of RGB (Red+Green+Blue) = 38+165+130=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #26A582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26A582 is #D95A7D. Grayscale: #7B7B7B. Windows color (decimal): -14244478 or 8561958. OLE color: 8561958.

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

Color convert

RGB38165130-
CMYK0.7700.210.35
HSL163.46º62.56%39.8%-
HSV(B)163.46º76.97%64.71%-
XYZ18.2828.9325.74-
YUV123.04131.9267.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.41%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=11.41%
G=49.55%
B=39.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381651300.7700.210.35163.4662.5639.8
Hex26A5824D01523a33f28
Octal46245202115025432437750
Binary1001101010010110000010100110101010110001110100011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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