#2DAC60

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

Shades of Eucalyptus #2DAC60

Tints of Eucalyptus #2DAC60

Color information

#2DAC60 (or 0x2DAC60) is unknown color: approx Eucalyptus. HEX triplet: 2D, AC and 60. RGB value is (45,172,96). Sum of RGB (Red+Green+Blue) = 45+172+96=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #2DAC60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAC60 is #D2539F. Grayscale: #7D7D7D. Windows color (decimal): -13783968 or 6335533. OLE color: 6335533.

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

Color convert

RGB4517296-
CMYK0.7400.440.33
HSL144.09º58.53%42.55%-
HSV(B)144.09º73.84%67.45%-
XYZ17.9530.9116.09-
YUV125.36111.4270.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.38%
GREEN value IS 172 (67.58% from 255) = 54.95%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=14.38%
G=54.95%
B=30.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45172960.7400.440.33144.0958.5342.55
Hex2DAC604A02C21903b2b
Octal55254140112054412207353
Binary1011011010110011000001001010010110010000110010000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,172,96); }

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

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

 a { background-color: rgb(45,172,96); }

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

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

 span { border-color: rgb(45,172,96); }

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