#26A07C

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

Shades of Jungle Green #26A07C

Tints of Jungle Green #26A07C

Color information

#26A07C (or 0x26A07C) is unknown color: approx Jungle Green. HEX triplet: 26, A0 and 7C. RGB value is (38,160,124). Sum of RGB (Red+Green+Blue) = 38+160+124=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #26A07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A07C is #D95F83. Grayscale: #777777. Windows color (decimal): -14245764 or 8167462. OLE color: 8167462.

HSL color Cylindrical-coordinate representation of color #26A07C: hue angle of 162.3º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26A07C is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB38160124-
CMYK0.7600.220.37
HSL162.3º61.62%38.82%-
HSV(B)162.3º76.25%62.75%-
XYZ17.0127.0123.39-
YUV119.42130.5869.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.80%
GREEN value IS 160 (62.89% from 255) = 49.69%
BLUE value IS 124 (48.83% from 255) = 38.51%
R=11.80%
G=49.69%
B=38.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal381601240.7600.220.37162.361.6238.82
Hex26A07C4C01625a23e27
Octal46240174114026452427647
Binary100110101000001111100100110001011010010110100010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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