Html Css Color HEX #2DBD5D Medium Sea Green

📋 copy color: '#2DBD5D'

red 45 ◦ green 189 ◦ blue 93

#2DBD5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Sea Green #2DBD5D

Tints of Medium Sea Green #2DBD5D

RGB

 RED value IS 45 (17.97% from 255) = 13.76%

 GREEN value IS 189 (74.22% from 255) = 57.8%

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 13.76%
G = 57.8%
B = 28.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#2DBD5D (or 0x2DBD5D) is known color: Medium Sea Green. HEX triplet: 2D, BD and 5D. RGB value is (45,189,93). Sum of RGB (Red+Green+Blue) = 45+189+93=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #2DBD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBD5D is #D242A2. Grayscale: #878787. Windows color (decimal): -13779619 or 6143277. OLE color: 6143277.

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

Color convert

RGB 45 189 93 -
CMYK 0.76 0 0.51 0.26
HSL 140º 0.62% 0.46% -
HSV(B) 140º 0.76% 0.74% -
XYZ 21.26 37.74 16.52 -
YUV 135 104.29 63.81 -
System Red Green Blue C M Y K H S L
Decimal 45 189 93 0.76 0 0.51 0.26 140 0.62 0.46
Hex 2D BD 5D 4C 0 33 1A 8C 3E 2E
Octal 55 275 135 114 0 63 32 214 76 56
Binary 101101 10111101 1011101 1001100 0 110011 11010 10001100 111110 101110

Color Harmonies of #2DBD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBD5D

Black with #2DBD5D

Text Example


Text Example

White with #2DBD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,189,93); }

 H1.HeaderClassName
 {
   color: #2DBD5D;
 }
 .AnyTagClassName
 {
   color: #2DBD5D;
 }
</style>

background-color css

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

 a { background-color: rgb(45,189,93); }

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

border-color css

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

 span { border-color: rgb(45,189,93); }

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