#26A270

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

Shades of Eucalyptus #26A270

Tints of Eucalyptus #26A270

Color information

#26A270 (or 0x26A270) is unknown color: approx Eucalyptus. HEX triplet: 26, A2 and 70. RGB value is (38,162,112). Sum of RGB (Red+Green+Blue) = 38+162+112=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #26A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26A270 is #D95D8F. Grayscale: #777777. Windows color (decimal): -14245264 or 7381542. OLE color: 7381542.

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

Color convert

RGB38162112-
CMYK0.7700.310.36
HSL155.81º62%39.22%-
HSV(B)155.81º76.54%63.53%-
XYZ16.6427.4219.75-
YUV119.22123.9270.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 112 (44.14% from 255) = 35.90%
R=12.18%
G=51.92%
B=35.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381621120.7700.310.36155.816239.22
Hex26A2704D01F249c3e27
Octal46242160115037442347647
Binary100110101000101110000100110101111110010010011100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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