#2d915f

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

Shades of Eucalyptus #2D915F

Tints of Eucalyptus #2D915F

Color information

#2D915F (or 0x2D915F) is unknown color: approx Eucalyptus. HEX triplet: 2D, 91 and 5F. RGB value is (45,145,95). Sum of RGB (Red+Green+Blue) = 45+145+95=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #2D915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D915F is #D26EA0. Grayscale: #6D6D6D. Windows color (decimal): -13790881 or 6263085. OLE color: 6263085.

HSL color Cylindrical-coordinate representation of color #2D915F: hue angle of 150º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D915F is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB4514595-
CMYK0.6900.340.43
HSL150º52.63%37.25%-
HSV(B)150º68.97%56.86%-
XYZ13.2721.6314.3-
YUV109.4119.8782.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 145 (57.03% from 255) = 50.88%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=15.79%
G=50.88%
B=33.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45145950.6900.340.4315052.6337.25
Hex2D915F450222B963525
Octal55221137105042532266545
Binary1011011001000110111111000101010001010101110010110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d915f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,145,95); }

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

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

 a { background-color: rgb(45,145,95); }

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

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

 span { border-color: rgb(45,145,95); }

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