#26A27C

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

Shades of Jungle Green #26A27C

Tints of Jungle Green #26A27C

Color information

#26A27C (or 0x26A27C) is unknown color: approx Jungle Green. HEX triplet: 26, A2 and 7C. RGB value is (38,162,124). Sum of RGB (Red+Green+Blue) = 38+162+124=324 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.73% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #26A27C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A27C is #D95D83. Grayscale: #787878. Windows color (decimal): -14245252 or 8167974. OLE color: 8167974.

HSL color Cylindrical-coordinate representation of color #26A27C: hue angle of 161.61º 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 #26A27C is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB38162124-
CMYK0.7700.230.36
HSL161.61º62%39.22%-
HSV(B)161.61º76.54%63.53%-
XYZ17.3627.7123.5-
YUV120.59129.9269.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.73%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=11.73%
G=50%
B=38.27%

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
Decimal381621240.7700.230.36161.616239.22
Hex26A27C4D01724a23e27
Octal46242174115027442427647
Binary100110101000101111100100110101011110010010100010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A27C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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