#26985A

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

Shades of Eucalyptus #26985A

Tints of Eucalyptus #26985A

Color information

#26985A (or 0x26985A) is unknown color: approx Eucalyptus. HEX triplet: 26, 98 and 5A. RGB value is (38,152,90). Sum of RGB (Red+Green+Blue) = 38+152+90=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #26985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26985A is #D967A5. Grayscale: #6E6E6E. Windows color (decimal): -14247846 or 5937190. OLE color: 5937190.

HSL color Cylindrical-coordinate representation of color #26985A: hue angle of 147.37º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26985A is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB3815290-
CMYK0.7500.410.40
HSL147.37º60%37.25%-
HSV(B)147.37º75%59.61%-
XYZ13.8723.6113.5-
YUV110.85116.2376.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=13.57%
G=54.29%
B=32.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38152900.7500.410.40147.376037.25
Hex26985A4B02928933c25
Octal46230132113051502237445
Binary1001101001100010110101001011010100110100010010011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26985A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26985A; }

 p { color: rgb(38,152,90); }

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

<style>
 a { background-color: #26985A; }

 a { background-color: rgb(38,152,90); }

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

<style>
 span { border-color: #26985A; }

 span { border-color: rgb(38,152,90); }

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