#2D925C

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

Shades of Eucalyptus #2D925C

Tints of Eucalyptus #2D925C

Color information

#2D925C (or 0x2D925C) is unknown color: approx Eucalyptus. HEX triplet: 2D, 92 and 5C. RGB value is (45,146,92). Sum of RGB (Red+Green+Blue) = 45+146+92=283 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.90% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #2D925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D925C is #D26DA3. Grayscale: #6D6D6D. Windows color (decimal): -13790628 or 6066733. OLE color: 6066733.

HSL color Cylindrical-coordinate representation of color #2D925C: hue angle of 147.92º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D925C is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB4514692-
CMYK0.6900.370.43
HSL147.92º52.88%37.45%-
HSV(B)147.92º69.18%57.25%-
XYZ13.2921.8913.65-
YUV109.64118.0481.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.90%
GREEN value IS 146 (57.42% from 255) = 51.59%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=15.90%
G=51.59%
B=32.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal45146920.6900.370.43147.9252.8837.45
Hex2D925C450252B943525
Octal55222134105045532246545
Binary1011011001001010111001000101010010110101110010100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,146,92); }

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

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

 a { background-color: rgb(45,146,92); }

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

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

 span { border-color: rgb(45,146,92); }

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