#2a9f50

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

Shades of Eucalyptus #2A9F50

Tints of Eucalyptus #2A9F50

Color information

#2A9F50 (or 0x2A9F50) is unknown color: approx Eucalyptus. HEX triplet: 2A, 9F and 50. RGB value is (42,159,80). Sum of RGB (Red+Green+Blue) = 42+159+80=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 159 (62.5% from 255 or 56.58% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9F50 is #D560AF. Grayscale: #737373. Windows color (decimal): -13983920 or 5283626. OLE color: 5283626.

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

Color convert

RGB4215980-
CMYK0.7400.500.38
HSL139.49º58.21%39.41%-
HSV(B)139.49º73.58%62.35%-
XYZ14.825.8711.8-
YUV115.01108.2475.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.95%
GREEN value IS 159 (62.5% from 255) = 56.58%
BLUE value IS 80 (31.64% from 255) = 28.47%
R=14.95%
G=56.58%
B=28.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42159800.7400.500.38139.4958.2139.41
Hex2A9F504A032268b3a27
Octal52237120112062462137247
Binary1010101001111110100001001010011001010011010001011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a9f50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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