#2D9769

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

Shades of Eucalyptus #2D9769

Tints of Eucalyptus #2D9769

Color information

#2D9769 (or 0x2D9769) is unknown color: approx Eucalyptus. HEX triplet: 2D, 97 and 69. RGB value is (45,151,105). Sum of RGB (Red+Green+Blue) = 45+151+105=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #2D9769 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9769 is #D26896. Grayscale: #727272. Windows color (decimal): -13789335 or 6919981. OLE color: 6919981.

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

Color convert

RGB45151105-
CMYK0.7000.300.41
HSL153.96º54.08%38.43%-
HSV(B)153.96º70.2%59.22%-
XYZ14.723.7117.17-
YUV114.06122.8878.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.95%
GREEN value IS 151 (59.38% from 255) = 50.17%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=14.95%
G=50.17%
B=34.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal451511050.7000.300.41153.9654.0838.43
Hex2D97694601E299a3626
Octal55227151106036512326646
Binary101101100101111101001100011001111010100110011010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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