#26AB82

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

Shades of Jungle Green #26AB82

Tints of Jungle Green #26AB82

Color information

#26AB82 (or 0x26AB82) is unknown color: approx Jungle Green. HEX triplet: 26, AB and 82. RGB value is (38,171,130). Sum of RGB (Red+Green+Blue) = 38+171+130=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #26AB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26AB82 is #D9547D. Grayscale: #7E7E7E. Windows color (decimal): -14242942 or 8563494. OLE color: 8563494.

HSL color Cylindrical-coordinate representation of color #26AB82: hue angle of 161.5º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #26AB82 is Cyan = 0.78, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB38171130-
CMYK0.7800.240.33
HSL161.5º63.64%40.98%-
HSV(B)161.5º77.78%67.06%-
XYZ19.3931.1526.11-
YUV126.56129.9464.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.21%
GREEN value IS 171 (67.19% from 255) = 50.44%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=11.21%
G=50.44%
B=38.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381711300.7800.240.33161.563.6440.98
Hex26AB824E01821a24029
Octal462532021160304124210051
Binary10011010101011100000101001110011000100001101000101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26AB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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