#2A9F72

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

Shades of Eucalyptus #2A9F72

Tints of Eucalyptus #2A9F72

Color information

#2A9F72 (or 0x2A9F72) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9F and 72. RGB value is (42,159,114). Sum of RGB (Red+Green+Blue) = 42+159+114=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 159 (62.5% from 255 or 50.48% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9F72 is #D5608D. Grayscale: #767676. Windows color (decimal): -13983886 or 7511850. OLE color: 7511850.

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

Color convert

RGB42159114-
CMYK0.7400.280.38
HSL156.92º58.21%39.41%-
HSV(B)156.92º73.58%62.35%-
XYZ16.3926.520.17-
YUV118.89125.2473.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.33%
GREEN value IS 159 (62.5% from 255) = 50.48%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=13.33%
G=50.48%
B=36.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal421591140.7400.280.38156.9258.2139.41
Hex2A9F724A01C269d3a27
Octal52237162112034462357247
Binary101010100111111110010100101001110010011010011101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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