#2DA253

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

Shades of Eucalyptus #2DA253

Tints of Eucalyptus #2DA253

Color information

#2DA253 (or 0x2DA253) is unknown color: approx Eucalyptus. HEX triplet: 2D, A2 and 53. RGB value is (45,162,83). Sum of RGB (Red+Green+Blue) = 45+162+83=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA253 is #D25DAC. Grayscale: #767676. Windows color (decimal): -13786541 or 5481005. OLE color: 5481005.

HSL color Cylindrical-coordinate representation of color #2DA253: hue angle of 139.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 #2DA253 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB4516283-
CMYK0.7200.490.36
HSL139.49º56.52%40.59%-
HSV(B)139.49º72.22%63.53%-
XYZ15.5627.0212.58-
YUV118.01108.2475.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.52%
GREEN value IS 162 (63.67% from 255) = 55.86%
BLUE value IS 83 (32.81% from 255) = 28.62%
R=15.52%
G=55.86%
B=28.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162830.7200.490.36139.4956.5240.59
Hex2DA25348031248b3929
Octal55242123110061442137151
Binary1011011010001010100111001000011000110010010001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,162,83); }

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

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

 a { background-color: rgb(45,162,83); }

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

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

 span { border-color: rgb(45,162,83); }

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