#2D955F

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

Shades of Eucalyptus #2D955F

Tints of Eucalyptus #2D955F

Color information

#2D955F (or 0x2D955F) is unknown color: approx Eucalyptus. HEX triplet: 2D, 95 and 5F. RGB value is (45,149,95). Sum of RGB (Red+Green+Blue) = 45+149+95=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #2D955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D955F is #D26AA0. Grayscale: #6F6F6F. Windows color (decimal): -13789857 or 6264109. OLE color: 6264109.

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

Color convert

RGB4514995-
CMYK0.7000.360.42
HSL148.85º53.61%38.04%-
HSV(B)148.85º69.8%58.43%-
XYZ13.922.8814.51-
YUV111.75118.5480.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.57%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 95 (37.5% from 255) = 32.87%
R=15.57%
G=51.56%
B=32.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal45149950.7000.360.42148.8553.6138.04
Hex2D955F460242A953626
Octal55225137106044522256646
Binary1011011001010110111111000110010010010101010010101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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