#26b182

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

Shades of Jungle Green #26B182

Tints of Jungle Green #26B182

Color information

#26B182 (or 0x26B182) is unknown color: approx Jungle Green. HEX triplet: 26, B1 and 82. RGB value is (38,177,130). Sum of RGB (Red+Green+Blue) = 38+177+130=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 177 (69.53% from 255 or 51.30% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 177 - color contains mainly: green. Hex color #26B182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26B182 is #D94E7D. Grayscale: #828282. Windows color (decimal): -14241406 or 8565030. OLE color: 8565030.

HSL color Cylindrical-coordinate representation of color #26B182: hue angle of 159.71º 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 #26B182 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB38177130-
CMYK0.7900.270.31
HSL159.71º64.65%42.16%-
HSV(B)159.71º78.53%69.41%-
XYZ20.5533.4726.5-
YUV130.08127.9562.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.01%
GREEN value IS 177 (69.53% from 255) = 51.30%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=11.01%
G=51.30%
B=37.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381771300.7900.270.31159.7164.6542.16
Hex26B1824F01B1Fa0412a
Octal462612021170333724010152
Binary1001101011000110000010100111101101111111101000001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26b182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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