#2AA253

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

Shades of Eucalyptus #2AA253

Tints of Eucalyptus #2AA253

Color information

#2AA253 (or 0x2AA253) is unknown color: approx Eucalyptus. HEX triplet: 2A, A2 and 53. RGB value is (42,162,83). Sum of RGB (Red+Green+Blue) = 42+162+83=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 162 (63.67% from 255 or 56.45% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 162 - color contains mainly: green. Hex color #2AA253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AA253 is #D55DAC. Grayscale: #757575. Windows color (decimal): -13983149 or 5481002. OLE color: 5481002.

HSL color Cylindrical-coordinate representation of color #2AA253: hue angle of 140.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2AA253 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB4216283-
CMYK0.7400.490.36
HSL140.5º58.82%40%-
HSV(B)140.5º74.07%63.53%-
XYZ15.4426.9612.57-
YUV117.11108.7474.42-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.63%
GREEN value IS 162 (63.67% from 255) = 56.45%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=14.63%
G=56.45%
B=28.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal42162830.7400.490.36140.558.8240
Hex2AA2534A031248c3b28
Octal52242123112061442147350
Binary1010101010001010100111001010011000110010010001100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,162,83); }

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

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

 a { background-color: rgb(42,162,83); }

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

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

 span { border-color: rgb(42,162,83); }

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