#2D976F

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

Shades of Eucalyptus #2D976F

Tints of Eucalyptus #2D976F

Color information

#2D976F (or 0x2D976F) is unknown color: approx Eucalyptus. HEX triplet: 2D, 97 and 6F. RGB value is (45,151,111). Sum of RGB (Red+Green+Blue) = 45+151+111=307 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.66% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #2D976F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D976F is #D26890. Grayscale: #727272. Windows color (decimal): -13789329 or 7313197. OLE color: 7313197.

HSL color Cylindrical-coordinate representation of color #2D976F: hue angle of 157.36º 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 #2D976F is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB45151111-
CMYK0.7000.260.41
HSL157.36º54.08%38.43%-
HSV(B)157.36º70.2%59.22%-
XYZ15.0223.8418.85-
YUV114.75125.8878.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.66%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=14.66%
G=49.19%
B=36.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal451511110.7000.260.41157.3654.0838.43
Hex2D976F4601A299d3626
Octal55227157106032512356646
Binary101101100101111101111100011001101010100110011101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D976F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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