#26A27D

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

Shades of Jungle Green #26A27D

Tints of Jungle Green #26A27D

Color information

#26A27D (or 0x26A27D) is unknown color: approx Jungle Green. HEX triplet: 26, A2 and 7D. RGB value is (38,162,125). Sum of RGB (Red+Green+Blue) = 38+162+125=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #26A27D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A27D is #D95D82. Grayscale: #787878. Windows color (decimal): -14245251 or 8233510. OLE color: 8233510.

HSL color Cylindrical-coordinate representation of color #26A27D: hue angle of 162.1º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26A27D is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB38162125-
CMYK0.7700.230.36
HSL162.1º62%39.22%-
HSV(B)162.1º76.54%63.53%-
XYZ17.4227.7323.84-
YUV120.71130.4269.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=11.69%
G=49.85%
B=38.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381621250.7700.230.36162.16239.22
Hex26A27D4D01724a23e27
Octal46242175115027442427647
Binary100110101000101111101100110101011110010010100010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,162,125); }

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

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

 a { background-color: rgb(38,162,125); }

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

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

 span { border-color: rgb(38,162,125); }

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