#2DA16B

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

Shades of Eucalyptus #2DA16B

Tints of Eucalyptus #2DA16B

Color information

#2DA16B (or 0x2DA16B) is unknown color: approx Eucalyptus. HEX triplet: 2D, A1 and 6B. RGB value is (45,161,107). Sum of RGB (Red+Green+Blue) = 45+161+107=313 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.38% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #2DA16B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA16B is #D25E94. Grayscale: #787878. Windows color (decimal): -13786773 or 7053613. OLE color: 7053613.

HSL color Cylindrical-coordinate representation of color #2DA16B: hue angle of 152.07º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2DA16B is Cyan = 0.72, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB45161107-
CMYK0.7200.340.37
HSL152.07º56.31%40.39%-
HSV(B)152.07º72.05%63.14%-
XYZ16.4827.1118.27-
YUV120.16120.5774.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.38%
GREEN value IS 161 (63.28% from 255) = 51.44%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=14.38%
G=51.44%
B=34.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal451611070.7200.340.37152.0756.3140.39
Hex2DA16B4802225983828
Octal55241153110042452307050
Binary1011011010000111010111001000010001010010110011000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,161,107); }

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

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

 a { background-color: rgb(45,161,107); }

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

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

 span { border-color: rgb(45,161,107); }

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