#26B481

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

Shades of Jungle Green #26B481

Tints of Jungle Green #26B481

Color information

#26B481 (or 0x26B481) is unknown color: approx Jungle Green. HEX triplet: 26, B4 and 81. RGB value is (38,180,129). Sum of RGB (Red+Green+Blue) = 38+180+129=347 (45% of max value = 765). Red value is 38 (15.23% from 255 or 10.95% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #26B481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B481 is #D94B7E. Grayscale: #838383. Windows color (decimal): -14240639 or 8500262. OLE color: 8500262.

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

Color convert

RGB38180129-
CMYK0.7900.280.29
HSL158.45º65.14%42.75%-
HSV(B)158.45º78.89%70.59%-
XYZ21.0834.6426.34-
YUV131.73126.4661.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.95%
GREEN value IS 180 (70.70% from 255) = 51.87%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=10.95%
G=51.87%
B=37.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381801290.7900.280.29158.4565.1442.75
Hex26B4814F01C1D9e412b
Octal462642011170343523610153
Binary1001101011010010000001100111101110011101100111101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,180,129); }

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

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

 a { background-color: rgb(38,180,129); }

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

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

 span { border-color: rgb(38,180,129); }

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