#2DAA58

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

Shades of Eucalyptus #2DAA58

Tints of Eucalyptus #2DAA58

Color information

#2DAA58 (or 0x2DAA58) is unknown color: approx Eucalyptus. HEX triplet: 2D, AA and 58. RGB value is (45,170,88). Sum of RGB (Red+Green+Blue) = 45+170+88=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA58 is #D255A7. Grayscale: #7B7B7B. Windows color (decimal): -13784488 or 5810733. OLE color: 5810733.

HSL color Cylindrical-coordinate representation of color #2DAA58: hue angle of 140.64º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA58 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB4517088-
CMYK0.7400.480.33
HSL140.64º58.14%42.16%-
HSV(B)140.64º73.53%66.67%-
XYZ17.2230.0114.12-
YUV123.28108.0972.17-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.85%
GREEN value IS 170 (66.80% from 255) = 56.11%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=14.85%
G=56.11%
B=29.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45170880.7400.480.33140.6458.1442.16
Hex2DAA584A030218d3a2a
Octal55252130112060412157252
Binary1011011010101010110001001010011000010000110001101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,170,88); }

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

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

 a { background-color: rgb(45,170,88); }

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

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

 span { border-color: rgb(45,170,88); }

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