#2DAD64

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

Shades of Medium Sea Green #2DAD64

Tints of Medium Sea Green #2DAD64

Color information

#2DAD64 (or 0x2DAD64) is unknown color: approx Medium Sea Green. HEX triplet: 2D, AD and 64. RGB value is (45,173,100). Sum of RGB (Red+Green+Blue) = 45+173+100=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAD64 is #D2529B. Grayscale: #7E7E7E. Windows color (decimal): -13783708 or 6597933. OLE color: 6597933.

HSL color Cylindrical-coordinate representation of color #2DAD64: hue angle of 145.78º 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 #2DAD64 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB45173100-
CMYK0.7400.420.32
HSL145.78º58.72%42.75%-
HSV(B)145.78º73.99%67.84%-
XYZ18.3331.3717.14-
YUV126.41113.0969.94-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.15%
GREEN value IS 173 (67.97% from 255) = 54.40%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=14.15%
G=54.40%
B=31.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451731000.7400.420.32145.7858.7242.75
Hex2DAD644A02A20923b2b
Octal55255144112052402227353
Binary1011011010110111001001001010010101010000010010010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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