#269E5D

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

Shades of Eucalyptus #269E5D

Tints of Eucalyptus #269E5D

Color information

#269E5D (or 0x269E5D) is unknown color: approx Eucalyptus. HEX triplet: 26, 9E and 5D. RGB value is (38,158,93). Sum of RGB (Red+Green+Blue) = 38+158+93=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #269E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269E5D is #D961A2. Grayscale: #727272. Windows color (decimal): -14246307 or 6135334. OLE color: 6135334.

HSL color Cylindrical-coordinate representation of color #269E5D: hue angle of 147.5º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #269E5D is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB3815893-
CMYK0.7600.410.38
HSL147.5º61.22%38.43%-
HSV(B)147.5º75.95%61.96%-
XYZ1525.6614.52-
YUV114.71115.7473.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 158 (62.11% from 255) = 54.67%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=13.15%
G=54.67%
B=32.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38158930.7600.410.38147.561.2238.43
Hex269E5D4C02926943d26
Octal46236135114051462247546
Binary1001101001111010111011001100010100110011010010100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #269E5D; }

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

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

<style>
 a { background-color: #269E5D; }

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

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

<style>
 span { border-color: #269E5D; }

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

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