Html Css Color HEX #2DB56B Medium Sea Green

📋 copy color: '#2DB56B'

red 45 ◦ green 181 ◦ blue 107

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

Shades of Medium Sea Green #2DB56B

Tints of Medium Sea Green #2DB56B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 54.35%

 BLUE value IS 107 (42.19% from 255) = 32.13%

R = 13.51%
G = 54.35%
B = 32.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#2DB56B (or 0x2DB56B) is known color: Medium Sea Green. HEX triplet: 2D, B5 and 6B. RGB value is (45,181,107). Sum of RGB (Red+Green+Blue) = 45+181+107=333 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.51% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB56B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB56B is #D24A94. Grayscale: #848484. Windows color (decimal): -13781653 or 7058733. OLE color: 7058733.

HSL color Cylindrical-coordinate representation of color #2DB56B: hue angle of 147.35º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB56B is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 181 107 -
CMYK 0.75 0 0.41 0.29
HSL 147.35º 0.6% 0.44% -
HSV(B) 147.35º 0.75% 0.71% -
XYZ 20.26 34.67 19.53 -
YUV 131.9 113.94 66.02 -
System Red Green Blue C M Y K H S L
Decimal 45 181 107 0.75 0 0.41 0.29 147.35 0.6 0.44
Hex 2D B5 6B 4B 0 29 1D 93 3C 2C
Octal 55 265 153 113 0 51 35 223 74 54
Binary 101101 10110101 1101011 1001011 0 101001 11101 10010011 111100 101100

Color Harmonies of #2DB56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB56B

Black with #2DB56B

Text Example


Text Example

White with #2DB56B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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