#26995F

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

Shades of Eucalyptus #26995F

Tints of Eucalyptus #26995F

Color information

#26995F (or 0x26995F) is unknown color: approx Eucalyptus. HEX triplet: 26, 99 and 5F. RGB value is (38,153,95). Sum of RGB (Red+Green+Blue) = 38+153+95=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #26995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26995F is #D966A0. Grayscale: #707070. Windows color (decimal): -14247585 or 6265126. OLE color: 6265126.

HSL color Cylindrical-coordinate representation of color #26995F: hue angle of 149.74º 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 #26995F is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB3815395-
CMYK0.7500.380.4
HSL149.74º60.21%37.45%-
HSV(B)149.74º75.16%60%-
XYZ14.2624.0214.71-
YUV112118.475.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.29%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=13.29%
G=53.50%
B=33.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal38153950.7500.380.4149.7460.2137.45
Hex26995F4B02628963c25
Octal46231137113046502267445
Binary1001101001100110111111001011010011010100010010110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26995F; }

 p { color: rgb(38,153,95); }

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

<style>
 a { background-color: #26995F; }

 a { background-color: rgb(38,153,95); }

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

<style>
 span { border-color: #26995F; }

 span { border-color: rgb(38,153,95); }

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