#2A9362

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

Shades of Eucalyptus #2A9362

Tints of Eucalyptus #2A9362

Color information

#2A9362 (or 0x2A9362) is unknown color: approx Eucalyptus. HEX triplet: 2A, 93 and 62. RGB value is (42,147,98). Sum of RGB (Red+Green+Blue) = 42+147+98=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #2A9362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A9362 is #D56C9D. Grayscale: #6E6E6E. Windows color (decimal): -13986974 or 6460202. OLE color: 6460202.

HSL color Cylindrical-coordinate representation of color #2A9362: hue angle of 152º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A9362 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB4214798-
CMYK0.7100.330.42
HSL152º55.56%37.06%-
HSV(B)152º71.43%57.65%-
XYZ13.5922.2415.13-
YUV110.02121.2179.48-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.63%
GREEN value IS 147 (57.81% from 255) = 51.22%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=14.63%
G=51.22%
B=34.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42147980.7100.330.4215255.5637.06
Hex2A9362470212A983825
Octal52223142107041522307045
Binary1010101001001111000101000111010000110101010011000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,147,98); }

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

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

 a { background-color: rgb(42,147,98); }

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

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

 span { border-color: rgb(42,147,98); }

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