#2A9B52

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

Shades of Eucalyptus #2A9B52

Tints of Eucalyptus #2A9B52

Color information

#2A9B52 (or 0x2A9B52) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9B and 52. RGB value is (42,155,82). Sum of RGB (Red+Green+Blue) = 42+155+82=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 82 (32.42% from 255 or 29.39% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #2A9B52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9B52 is #D564AD. Grayscale: #717171. Windows color (decimal): -13984942 or 5413674. OLE color: 5413674.

HSL color Cylindrical-coordinate representation of color #2A9B52: hue angle of 141.24º degrees, saturation: 0.57, 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 #2A9B52 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB4215582-
CMYK0.7300.470.39
HSL141.24º57.36%38.63%-
HSV(B)141.24º72.9%60.78%-
XYZ14.224.5411.97-
YUV112.89110.5677.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 155 (60.94% from 255) = 55.56%
BLUE value IS 82 (32.42% from 255) = 29.39%
R=15.05%
G=55.56%
B=29.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42155820.7300.470.39141.2457.3638.63
Hex2A9B524902F278d3927
Octal52233122111057472157147
Binary1010101001101110100101001001010111110011110001101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,155,82); }

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

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

 a { background-color: rgb(42,155,82); }

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

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

 span { border-color: rgb(42,155,82); }

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