#2DAE64

Color #2DAE64 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2DAE64

Tints of Medium Sea Green #2DAE64

Color information

#2DAE64 (or 0x2DAE64) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AE and 64. RGB value is (45,174,100). Sum of RGB (Red+Green+Blue) = 45+174+100=319 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.11% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #2DAE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAE64 is #D2519B. Grayscale: #7F7F7F. Windows color (decimal): -13783452 or 6598189. OLE color: 6598189.

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

Color convert

RGB45174100-
CMYK0.7400.430.32
HSL145.58º58.9%42.94%-
HSV(B)145.58º74.14%68.24%-
XYZ18.5231.7517.21-
YUV126.99112.7669.52-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.11%
GREEN value IS 174 (68.36% from 255) = 54.55%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=14.11%
G=54.55%
B=31.35%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451741000.7400.430.32145.5858.942.94
Hex2DAE644A02B20923b2b
Octal55256144112053402227353
Binary1011011010111011001001001010010101110000010010010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,174,100); }

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

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

 a { background-color: rgb(45,174,100); }

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

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

 span { border-color: rgb(45,174,100); }

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