#26B689

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

Shades of Jungle Green #26B689

Tints of Jungle Green #26B689

Color information

#26B689 (or 0x26B689) is unknown color: approx Jungle Green. HEX triplet: 26, B6 and 89. RGB value is (38,182,137). Sum of RGB (Red+Green+Blue) = 38+182+137=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 182 (71.48% from 255 or 50.98% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 182 - color contains mainly: green. Hex color #26B689 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26B689 is #D94976. Grayscale: #858585. Windows color (decimal): -14240119 or 9025062. OLE color: 9025062.

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

Color convert

RGB38182137-
CMYK0.7900.250.29
HSL161.25º65.45%43.14%-
HSV(B)161.25º79.12%71.37%-
XYZ22.0435.6729.39-
YUV133.81129.7959.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.64%
GREEN value IS 182 (71.48% from 255) = 50.98%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=10.64%
G=50.98%
B=38.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal381821370.7900.250.29161.2565.4543.14
Hex26B6894F0191Da1412b
Octal462662111170313524110153
Binary1001101011011010001001100111101100111101101000011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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