#2D965D

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

Shades of Eucalyptus #2D965D

Tints of Eucalyptus #2D965D

Color information

#2D965D (or 0x2D965D) is unknown color: approx Eucalyptus. HEX triplet: 2D, 96 and 5D. RGB value is (45,150,93). Sum of RGB (Red+Green+Blue) = 45+150+93=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #2D965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D965D is #D269A2. Grayscale: #707070. Windows color (decimal): -13789603 or 6133293. OLE color: 6133293.

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

Color convert

RGB4515093-
CMYK0.7000.380.41
HSL147.43º53.85%38.24%-
HSV(B)147.43º70%58.82%-
XYZ13.9623.1614.09-
YUV112.11117.2180.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.62%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=15.62%
G=52.08%
B=32.29%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal45150930.7000.380.41147.4353.8538.24
Hex2D965D4602629933626
Octal55226135106046512236646
Binary1011011001011010111011000110010011010100110010011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,150,93); }

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

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

 a { background-color: rgb(45,150,93); }

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

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

 span { border-color: rgb(45,150,93); }

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