#2DBF60

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

Shades of Medium Sea Green #2DBF60

Tints of Medium Sea Green #2DBF60

Color information

#2DBF60 (or 0x2DBF60) is unknown color: approx Medium Sea Green. HEX triplet: 2D, BF and 60. RGB value is (45,191,96). Sum of RGB (Red+Green+Blue) = 45+191+96=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF60 is #D2409F. Grayscale: #888888. Windows color (decimal): -13779104 or 6340397. OLE color: 6340397.

HSL color Cylindrical-coordinate representation of color #2DBF60: hue angle of 140.96º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBF60 is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB4519196-
CMYK0.7600.500.25
HSL140.96º61.86%46.27%-
HSV(B)140.96º76.44%74.9%-
XYZ21.8238.6617.38-
YUV136.52105.1362.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.55%
GREEN value IS 191 (75% from 255) = 57.53%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=13.55%
G=57.53%
B=28.92%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal45191960.7600.500.25140.9661.8646.27
Hex2DBF604C032198d3e2e
Octal55277140114062312157656
Binary101101101111111100000100110001100101100110001101111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,191,96); }

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

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

 a { background-color: rgb(45,191,96); }

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

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

 span { border-color: rgb(45,191,96); }

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