#2D936C

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

Shades of Eucalyptus #2D936C

Tints of Eucalyptus #2D936C

Color information

#2D936C (or 0x2D936C) is unknown color: approx Eucalyptus. HEX triplet: 2D, 93 and 6C. RGB value is (45,147,108). Sum of RGB (Red+Green+Blue) = 45+147+108=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #2D936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D936C is #D26C93. Grayscale: #707070. Windows color (decimal): -13790356 or 7115565. OLE color: 7115565.

HSL color Cylindrical-coordinate representation of color #2D936C: hue angle of 157.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D936C is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB45147108-
CMYK0.6900.270.42
HSL157.06º53.12%37.65%-
HSV(B)157.06º69.39%57.65%-
XYZ14.2222.5117.78-
YUV112.06125.7180.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 108 (42.58% from 255) = 36%
R=15%
G=49%
B=36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal451471080.6900.270.42157.0653.1237.65
Hex2D936C4501B2A9d3526
Octal55223154105033522356546
Binary101101100100111101100100010101101110101010011101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,147,108); }

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

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

 a { background-color: rgb(45,147,108); }

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

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

 span { border-color: rgb(45,147,108); }

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