#2DBA64

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

Shades of Medium Sea Green #2DBA64

Tints of Medium Sea Green #2DBA64

Color information

#2DBA64 (or 0x2DBA64) is unknown color: approx Medium Sea Green. HEX triplet: 2D, BA and 64. RGB value is (45,186,100). Sum of RGB (Red+Green+Blue) = 45+186+100=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBA64 is #D2459B. Grayscale: #868686. Windows color (decimal): -13780380 or 6601261. OLE color: 6601261.

HSL color Cylindrical-coordinate representation of color #2DBA64: hue angle of 143.4º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBA64 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB45186100-
CMYK0.7600.460.27
HSL143.4º61.04%45.29%-
HSV(B)143.4º75.81%72.94%-
XYZ20.9436.618.02-
YUV134.04108.7964.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.60%
GREEN value IS 186 (73.05% from 255) = 56.19%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=13.60%
G=56.19%
B=30.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451861000.7600.460.27143.461.0445.29
Hex2DBA644C02E1B8f3d2d
Octal55272144114056332177555
Binary101101101110101100100100110001011101101110001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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