#2D975B

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

Shades of Eucalyptus #2D975B

Tints of Eucalyptus #2D975B

Color information

#2D975B (or 0x2D975B) is unknown color: approx Eucalyptus. HEX triplet: 2D, 97 and 5B. RGB value is (45,151,91). Sum of RGB (Red+Green+Blue) = 45+151+91=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #2D975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D975B is #D268A4. Grayscale: #707070. Windows color (decimal): -13789349 or 6002477. OLE color: 6002477.

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

Color convert

RGB4515191-
CMYK0.7000.400.41
HSL146.04º54.08%38.43%-
HSV(B)146.04º70.2%59.22%-
XYZ14.0423.4513.68-
YUV112.47115.8879.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.68%
GREEN value IS 151 (59.38% from 255) = 52.61%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=15.68%
G=52.61%
B=31.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45151910.7000.400.41146.0454.0838.43
Hex2D975B4602829923626
Octal55227133106050512226646
Binary1011011001011110110111000110010100010100110010010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,151,91); }

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

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

 a { background-color: rgb(45,151,91); }

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

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

 span { border-color: rgb(45,151,91); }

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