#239A5B

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

Shades of Eucalyptus #239A5B

Tints of Eucalyptus #239A5B

Color information

#239A5B (or 0x239A5B) is unknown color: approx Eucalyptus. HEX triplet: 23, 9A and 5B. RGB value is (35,154,91). Sum of RGB (Red+Green+Blue) = 35+154+91=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #239A5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A5B is #DC65A4. Grayscale: #6F6F6F. Windows color (decimal): -14443941 or 6003235. OLE color: 6003235.

HSL color Cylindrical-coordinate representation of color #239A5B: hue angle of 148.24º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239A5B is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB3515491-
CMYK0.7700.410.40
HSL148.24º62.96%37.06%-
HSV(B)148.24º77.27%60.39%-
XYZ14.1424.2213.83-
YUV111.24116.5873.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.5%
GREEN value IS 154 (60.55% from 255) = 55%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=12.5%
G=55%
B=32.5%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal35154910.7700.410.40148.2462.9637.06
Hex239A5B4D02928943f25
Octal43232133115051502247745
Binary1000111001101010110111001101010100110100010010100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239A5B; }

 p { color: rgb(35,154,91); }

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

<style>
 a { background-color: #239A5B; }

 a { background-color: rgb(35,154,91); }

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

<style>
 span { border-color: #239A5B; }

 span { border-color: rgb(35,154,91); }

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