#269A58

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

Shades of Eucalyptus #269A58

Tints of Eucalyptus #269A58

Color information

#269A58 (or 0x269A58) is unknown color: approx Eucalyptus. HEX triplet: 26, 9A and 58. RGB value is (38,154,88). Sum of RGB (Red+Green+Blue) = 38+154+88=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #269A58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269A58 is #D965A7. Grayscale: #6F6F6F. Windows color (decimal): -14247336 or 5806630. OLE color: 5806630.

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

Color convert

RGB3815488-
CMYK0.7500.430.40
HSL145.86º60.42%37.65%-
HSV(B)145.86º75.32%60.39%-
XYZ14.1224.2313.16-
YUV111.79114.5775.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 154 (60.55% from 255) = 55%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=13.57%
G=55%
B=31.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38154880.7500.430.40145.8660.4237.65
Hex269A584B02B28923c26
Octal46232130113053502227446
Binary1001101001101010110001001011010101110100010010010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #269A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,154,88); }

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

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

 a { background-color: rgb(38,154,88); }

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

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

 span { border-color: rgb(38,154,88); }

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