#2A975A

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

Shades of Eucalyptus #2A975A

Tints of Eucalyptus #2A975A

Color information

#2A975A (or 0x2A975A) is unknown color: approx Eucalyptus. HEX triplet: 2A, 97 and 5A. RGB value is (42,151,90). Sum of RGB (Red+Green+Blue) = 42+151+90=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 151 (59.38% from 255 or 53.36% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 151 - color contains mainly: green. Hex color #2A975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A975A is #D568A5. Grayscale: #6F6F6F. Windows color (decimal): -13985958 or 5936938. OLE color: 5936938.

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

Color convert

RGB4215190-
CMYK0.7200.400.41
HSL146.42º56.48%37.84%-
HSV(B)146.42º72.19%59.22%-
XYZ13.8723.3613.45-
YUV111.46115.8978.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.84%
GREEN value IS 151 (59.38% from 255) = 53.36%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=14.84%
G=53.36%
B=31.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal42151900.7200.400.41146.4256.4837.84
Hex2A975A4802829923826
Octal52227132110050512227046
Binary1010101001011110110101001000010100010100110010010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,151,90); }

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

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

 a { background-color: rgb(42,151,90); }

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

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

 span { border-color: rgb(42,151,90); }

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