#2A9C72

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

Shades of Eucalyptus #2A9C72

Tints of Eucalyptus #2A9C72

Color information

#2A9C72 (or 0x2A9C72) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9C and 72. RGB value is (42,156,114). Sum of RGB (Red+Green+Blue) = 42+156+114=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #2A9C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9C72 is #D5638D. Grayscale: #757575. Windows color (decimal): -13984654 or 7511082. OLE color: 7511082.

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

Color convert

RGB42156114-
CMYK0.7300.270.39
HSL157.89º57.58%38.82%-
HSV(B)157.89º73.08%61.18%-
XYZ15.8825.4820-
YUV117.13126.2374.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.46%
GREEN value IS 156 (61.33% from 255) = 50%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=13.46%
G=50%
B=36.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal421561140.7300.270.39157.8957.5838.82
Hex2A9C724901B279e3a27
Octal52234162111033472367247
Binary101010100111001110010100100101101110011110011110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,156,114); }

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

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

 a { background-color: rgb(42,156,114); }

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

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

 span { border-color: rgb(42,156,114); }

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