#26A275

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

Shades of Jungle Green #26A275

Tints of Jungle Green #26A275

Color information

#26A275 (or 0x26A275) is unknown color: approx Jungle Green. HEX triplet: 26, A2 and 75. RGB value is (38,162,117). Sum of RGB (Red+Green+Blue) = 38+162+117=317 (41% of max value = 765). Red value is 38 (15.23% from 255 or 11.99% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #26A275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A275 is #D95D8A. Grayscale: #777777. Windows color (decimal): -14245259 or 7709222. OLE color: 7709222.

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

Color convert

RGB38162117-
CMYK0.7700.280.36
HSL158.23º62%39.22%-
HSV(B)158.23º76.54%63.53%-
XYZ16.9327.5421.25-
YUV119.79126.4269.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.99%
GREEN value IS 162 (63.67% from 255) = 51.10%
BLUE value IS 117 (46.09% from 255) = 36.91%
R=11.99%
G=51.10%
B=36.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381621170.7700.280.36158.236239.22
Hex26A2754D01C249e3e27
Octal46242165115034442367647
Binary100110101000101110101100110101110010010010011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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