#289E70

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

Shades of Eucalyptus #289E70

Tints of Eucalyptus #289E70

Color information

#289E70 (or 0x289E70) is unknown color: approx Eucalyptus. HEX triplet: 28, 9E and 70. RGB value is (40,158,112). Sum of RGB (Red+Green+Blue) = 40+158+112=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #289E70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289E70 is #D7618F. Grayscale: #757575. Windows color (decimal): -14115216 or 7380520. OLE color: 7380520.

HSL color Cylindrical-coordinate representation of color #289E70: hue angle of 156.61º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #289E70 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB40158112-
CMYK0.7500.290.38
HSL156.61º59.6%38.82%-
HSV(B)156.61º74.68%61.96%-
XYZ16.0326.0719.52-
YUV117.47124.9172.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.90%
GREEN value IS 158 (62.11% from 255) = 50.97%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=12.90%
G=50.97%
B=36.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401581120.7500.290.38156.6159.638.82
Hex289E704B01D269d3c27
Octal50236160113035462357447
Binary101000100111101110000100101101110110011010011101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289E70; }

 p { color: rgb(40,158,112); }

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

<style>
 a { background-color: #289E70; }

 a { background-color: rgb(40,158,112); }

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

<style>
 span { border-color: #289E70; }

 span { border-color: rgb(40,158,112); }

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