#2A9E6E

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

Shades of Eucalyptus #2A9E6E

Tints of Eucalyptus #2A9E6E

Color information

#2A9E6E (or 0x2A9E6E) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9E and 6E. RGB value is (42,158,110). Sum of RGB (Red+Green+Blue) = 42+158+110=310 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.55% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #2A9E6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9E6E is #D56191. Grayscale: #757575. Windows color (decimal): -13984146 or 7249450. OLE color: 7249450.

HSL color Cylindrical-coordinate representation of color #2A9E6E: hue angle of 155.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9E6E is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB42158110-
CMYK0.7300.300.38
HSL155.17º58%39.22%-
HSV(B)155.17º73.42%61.96%-
XYZ1626.0718.94-
YUV117.84123.5773.9-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.55%
GREEN value IS 158 (62.11% from 255) = 50.97%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=13.55%
G=50.97%
B=35.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421581100.7300.300.38155.175839.22
Hex2A9E6E4901E269b3a27
Octal52236156111036462337247
Binary101010100111101101110100100101111010011010011011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A9E6E; }

 p { color: rgb(42,158,110); }

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

<style>
 a { background-color: #2A9E6E; }

 a { background-color: rgb(42,158,110); }

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

<style>
 span { border-color: #2A9E6E; }

 span { border-color: rgb(42,158,110); }

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