#239D60

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

Shades of Eucalyptus #239D60

Tints of Eucalyptus #239D60

Color information

#239D60 (or 0x239D60) is unknown color: approx Eucalyptus. HEX triplet: 23, 9D and 60. RGB value is (35,157,96). Sum of RGB (Red+Green+Blue) = 35+157+96=288 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.15% from 288); Green value is 157 (61.72% from 255 or 54.51% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 157 - color contains mainly: green. Hex color #239D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239D60 is #DC629F. Grayscale: #717171. Windows color (decimal): -14443168 or 6331683. OLE color: 6331683.

HSL color Cylindrical-coordinate representation of color #239D60: hue angle of 150º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239D60 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB3515796-
CMYK0.7800.390.38
HSL150º63.54%37.65%-
HSV(B)150º77.71%61.57%-
XYZ14.8625.3215.17-
YUV113.57118.0871.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.15%
GREEN value IS 157 (61.72% from 255) = 54.51%
BLUE value IS 96 (37.89% from 255) = 33.33%
R=12.15%
G=54.51%
B=33.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal35157960.7800.390.3815063.5437.65
Hex239D604E02726964026
Octal432351401160474622610046
Binary10001110011101110000010011100100111100110100101101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,157,96); }

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

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

 a { background-color: rgb(35,157,96); }

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

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

 span { border-color: rgb(35,157,96); }

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