#26B68A

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

Shades of Jungle Green #26B68A

Tints of Jungle Green #26B68A

Color information

#26B68A (or 0x26B68A) is unknown color: approx Jungle Green. HEX triplet: 26, B6 and 8A. RGB value is (38,182,138). Sum of RGB (Red+Green+Blue) = 38+182+138=358 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.61% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #26B68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B68A is #D94975. Grayscale: #858585. Windows color (decimal): -14240118 or 9090598. OLE color: 9090598.

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

Color convert

RGB38182138-
CMYK0.7900.240.29
HSL161.67º65.45%43.14%-
HSV(B)161.67º79.12%71.37%-
XYZ22.1135.729.77-
YUV133.93130.2959.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.61%
GREEN value IS 182 (71.48% from 255) = 50.84%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=10.61%
G=50.84%
B=38.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381821380.7900.240.29161.6765.4543.14
Hex26B68A4F0181Da2412b
Octal462662121170303524210153
Binary1001101011011010001010100111101100011101101000101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,182,138); }

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

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

 a { background-color: rgb(38,182,138); }

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

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

 span { border-color: rgb(38,182,138); }

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