#2a9d51

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

Shades of Eucalyptus #2A9D51

Tints of Eucalyptus #2A9D51

Color information

#2A9D51 (or 0x2A9D51) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9D and 51. RGB value is (42,157,81). Sum of RGB (Red+Green+Blue) = 42+157+81=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 157 (61.72% from 255 or 56.07% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 157 - color contains mainly: green. Hex color #2A9D51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9D51 is #D562AE. Grayscale: #727272. Windows color (decimal): -13984431 or 5348650. OLE color: 5348650.

HSL color Cylindrical-coordinate representation of color #2A9D51: hue angle of 140.35º 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 #2A9D51 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB4215781-
CMYK0.7300.480.38
HSL140.35º57.79%39.02%-
HSV(B)140.35º73.25%61.57%-
XYZ14.525.211.88-
YUV113.95109.476.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 157 (61.72% from 255) = 56.07%
BLUE value IS 81 (32.03% from 255) = 28.93%
R=15%
G=56.07%
B=28.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42157810.7300.480.38140.3557.7939.02
Hex2A9D5149030268c3a27
Octal52235121111060462147247
Binary1010101001110110100011001001011000010011010001100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a9d51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,157,81); }

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

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

 a { background-color: rgb(42,157,81); }

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

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

 span { border-color: rgb(42,157,81); }

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