#2A9964

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

Shades of Eucalyptus #2A9964

Tints of Eucalyptus #2A9964

Color information

#2A9964 (or 0x2A9964) is unknown color: approx Eucalyptus. HEX triplet: 2A, 99 and 64. RGB value is (42,153,100). Sum of RGB (Red+Green+Blue) = 42+153+100=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #2A9964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9964 is #D5669B. Grayscale: #717171. Windows color (decimal): -13985436 or 6592810. OLE color: 6592810.

HSL color Cylindrical-coordinate representation of color #2A9964: hue angle of 151.35º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9964 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB42153100-
CMYK0.7300.350.4
HSL151.35º56.92%38.24%-
HSV(B)151.35º72.55%60%-
XYZ14.6524.1915.95-
YUV113.77120.2376.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.24%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=14.24%
G=51.86%
B=33.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal421531000.7300.350.4151.3556.9238.24
Hex2A99644902328973926
Octal52231144111043502277146
Binary1010101001100111001001001001010001110100010010111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,153,100); }

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

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

 a { background-color: rgb(42,153,100); }

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

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

 span { border-color: rgb(42,153,100); }

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