#269B5C

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

Shades of Eucalyptus #269B5C

Tints of Eucalyptus #269B5C

Color information

#269B5C (or 0x269B5C) is unknown color: approx Eucalyptus. HEX triplet: 26, 9B and 5C. RGB value is (38,155,92). Sum of RGB (Red+Green+Blue) = 38+155+92=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #269B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269B5C is #D964A3. Grayscale: #707070. Windows color (decimal): -14247076 or 6069030. OLE color: 6069030.

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

Color convert

RGB3815592-
CMYK0.7500.410.39
HSL147.69º60.62%37.84%-
HSV(B)147.69º75.48%60.78%-
XYZ14.4524.6314.12-
YUV112.84116.2474.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 155 (60.94% from 255) = 54.39%
BLUE value IS 92 (36.33% from 255) = 32.28%
R=13.33%
G=54.39%
B=32.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal38155920.7500.410.39147.6960.6237.84
Hex269B5C4B02927943d26
Octal46233134113051472247546
Binary1001101001101110111001001011010100110011110010100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,155,92); }

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

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

 a { background-color: rgb(38,155,92); }

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

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

 span { border-color: rgb(38,155,92); }

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