#2A9863

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

Shades of Eucalyptus #2A9863

Tints of Eucalyptus #2A9863

Color information

#2A9863 (or 0x2A9863) is unknown color: approx Eucalyptus. HEX triplet: 2A, 98 and 63. RGB value is (42,152,99). Sum of RGB (Red+Green+Blue) = 42+152+99=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9863 is #D5679C. Grayscale: #717171. Windows color (decimal): -13985693 or 6527018. OLE color: 6527018.

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

Color convert

RGB4215299-
CMYK0.7200.350.40
HSL151.09º56.7%38.04%-
HSV(B)151.09º72.37%59.61%-
XYZ14.4423.8515.65-
YUV113.07120.0677.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 152 (59.77% from 255) = 51.88%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=14.33%
G=51.88%
B=33.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal42152990.7200.350.40151.0956.738.04
Hex2A98634802328973926
Octal52230143110043502277146
Binary1010101001100011000111001000010001110100010010111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,152,99); }

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

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

 a { background-color: rgb(42,152,99); }

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

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

 span { border-color: rgb(42,152,99); }

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