#269F5D

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

Shades of Eucalyptus #269F5D

Tints of Eucalyptus #269F5D

Color information

#269F5D (or 0x269F5D) is unknown color: approx Eucalyptus. HEX triplet: 26, 9F and 5D. RGB value is (38,159,93). Sum of RGB (Red+Green+Blue) = 38+159+93=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 159 (62.5% from 255 or 54.83% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 159 - color contains mainly: green. Hex color #269F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269F5D is #D960A2. Grayscale: #737373. Windows color (decimal): -14246051 or 6135590. OLE color: 6135590.

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

Color convert

RGB3815993-
CMYK0.7600.420.38
HSL147.27º61.42%38.63%-
HSV(B)147.27º76.1%62.35%-
XYZ15.172614.57-
YUV115.3115.4172.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.10%
GREEN value IS 159 (62.5% from 255) = 54.83%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=13.10%
G=54.83%
B=32.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38159930.7600.420.38147.2761.4238.63
Hex269F5D4C02A26933d27
Octal46237135114052462237547
Binary1001101001111110111011001100010101010011010010011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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