#2DA367

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

Shades of Eucalyptus #2DA367

Tints of Eucalyptus #2DA367

Color information

#2DA367 (or 0x2DA367) is unknown color: approx Eucalyptus. HEX triplet: 2D, A3 and 67. RGB value is (45,163,103). Sum of RGB (Red+Green+Blue) = 45+163+103=311 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.47% from 311); Green value is 163 (64.06% from 255 or 52.41% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 163 - color contains mainly: green. Hex color #2DA367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA367 is #D25C98. Grayscale: #797979. Windows color (decimal): -13786265 or 6791981. OLE color: 6791981.

HSL color Cylindrical-coordinate representation of color #2DA367: hue angle of 149.49º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA367 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB45163103-
CMYK0.7200.370.36
HSL149.49º56.73%40.78%-
HSV(B)149.49º72.39%63.92%-
XYZ16.6327.7317.31-
YUV120.88117.9173.88-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.47%
GREEN value IS 163 (64.06% from 255) = 52.41%
BLUE value IS 103 (40.62% from 255) = 33.12%
R=14.47%
G=52.41%
B=33.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal451631030.7200.370.36149.4956.7340.78
Hex2DA3674802524953929
Octal55243147110045442257151
Binary1011011010001111001111001000010010110010010010101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,163,103); }

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

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

 a { background-color: rgb(45,163,103); }

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

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

 span { border-color: rgb(45,163,103); }

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