#26B180

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

Shades of Jungle Green #26B180

Tints of Jungle Green #26B180

Color information

#26B180 (or 0x26B180) is unknown color: approx Jungle Green. HEX triplet: 26, B1 and 80. RGB value is (38,177,128). Sum of RGB (Red+Green+Blue) = 38+177+128=343 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.08% from 343); Green value is 177 (69.53% from 255 or 51.60% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 177 - color contains mainly: green. Hex color #26B180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B180 is #D94E7F. Grayscale: #818181. Windows color (decimal): -14241408 or 8433958. OLE color: 8433958.

HSL color Cylindrical-coordinate representation of color #26B180: hue angle of 158.85º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26B180 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB38177128-
CMYK0.7900.280.31
HSL158.85º64.65%42.16%-
HSV(B)158.85º78.53%69.41%-
XYZ20.4233.4125.8-
YUV129.85126.9562.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.08%
GREEN value IS 177 (69.53% from 255) = 51.60%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=11.08%
G=51.60%
B=37.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381771280.7900.280.31158.8564.6542.16
Hex26B1804F01C1F9f412a
Octal462612001170343723710152
Binary1001101011000110000000100111101110011111100111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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