#2A9865

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

Shades of Eucalyptus #2A9865

Tints of Eucalyptus #2A9865

Color information

#2A9865 (or 0x2A9865) is unknown color: approx Eucalyptus. HEX triplet: 2A, 98 and 65. RGB value is (42,152,101). Sum of RGB (Red+Green+Blue) = 42+152+101=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #2A9865 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9865 is #D5679A. Grayscale: #717171. Windows color (decimal): -13985691 or 6658090. OLE color: 6658090.

HSL color Cylindrical-coordinate representation of color #2A9865: hue angle of 152.18º 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 #2A9865 is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB42152101-
CMYK0.7200.340.40
HSL152.18º56.7%38.04%-
HSV(B)152.18º72.37%59.61%-
XYZ14.5323.8916.16-
YUV113.3121.0677.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.24%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=14.24%
G=51.53%
B=34.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421521010.7200.340.40152.1856.738.04
Hex2A98654802228983926
Octal52230145110042502307146
Binary1010101001100011001011001000010001010100010011000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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