#2DB16B

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

Shades of Medium Sea Green #2DB16B

Tints of Medium Sea Green #2DB16B

Color information

#2DB16B (or 0x2DB16B) is unknown color: approx Medium Sea Green. HEX triplet: 2D, B1 and 6B. RGB value is (45,177,107). Sum of RGB (Red+Green+Blue) = 45+177+107=329 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.68% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB16B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB16B is #D24E94. Grayscale: #818181. Windows color (decimal): -13782677 or 7057709. OLE color: 7057709.

HSL color Cylindrical-coordinate representation of color #2DB16B: hue angle of 148.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB16B is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB45177107-
CMYK0.7500.400.31
HSL148.18º59.46%43.53%-
HSV(B)148.18º74.58%69.41%-
XYZ19.4633.0619.27-
YUV129.55115.2767.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.68%
GREEN value IS 177 (69.53% from 255) = 53.80%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=13.68%
G=53.80%
B=32.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451771070.7500.400.31148.1859.4643.53
Hex2DB16B4B0281F943b2c
Octal55261153113050372247354
Binary101101101100011101011100101101010001111110010100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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