#26965D

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

Shades of Eucalyptus #26965D

Tints of Eucalyptus #26965D

Color information

#26965D (or 0x26965D) is unknown color: approx Eucalyptus. HEX triplet: 26, 96 and 5D. RGB value is (38,150,93). Sum of RGB (Red+Green+Blue) = 38+150+93=281 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.52% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #26965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26965D is #D969A2. Grayscale: #6E6E6E. Windows color (decimal): -14248355 or 6133286. OLE color: 6133286.

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

Color convert

RGB3815093-
CMYK0.7500.380.41
HSL149.46º59.57%36.86%-
HSV(B)149.46º74.67%58.82%-
XYZ13.6823.0214.08-
YUV110.01118.3976.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.52%
GREEN value IS 150 (58.98% from 255) = 53.38%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=13.52%
G=53.38%
B=33.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38150930.7500.380.41149.4659.5736.86
Hex26965D4B02629953c25
Octal46226135113046512257445
Binary1001101001011010111011001011010011010100110010101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26965D; }

 p { color: rgb(38,150,93); }

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

<style>
 a { background-color: #26965D; }

 a { background-color: rgb(38,150,93); }

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

<style>
 span { border-color: #26965D; }

 span { border-color: rgb(38,150,93); }

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