Html Css Color HEX #2DB46B Medium Sea Green

📋 copy color: '#2DB46B'

red 45 ◦ green 180 ◦ blue 107

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

Shades of Medium Sea Green #2DB46B

Tints of Medium Sea Green #2DB46B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.22%

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

R = 13.55%
G = 54.22%
B = 32.23%

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

#2DB46B (or 0x2DB46B) is known color: Medium Sea Green. HEX triplet: 2D, B4 and 6B. RGB value is (45,180,107). Sum of RGB (Red+Green+Blue) = 45+180+107=332 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.55% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #2DB46B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DB46B is #D24B94. Grayscale: #838383. Windows color (decimal): -13781909 or 7058477. OLE color: 7058477.

HSL color Cylindrical-coordinate representation of color #2DB46B: hue angle of 147.56º 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 #2DB46B is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 180 107 -
CMYK 0.75 0 0.41 0.29
HSL 147.56º 0.6% 0.44% -
HSV(B) 147.56º 0.75% 0.71% -
XYZ 20.06 34.26 19.47 -
YUV 131.31 114.27 66.44 -
System Red Green Blue C M Y K H S L
Decimal 45 180 107 0.75 0 0.41 0.29 147.56 0.6 0.44
Hex 2D B4 6B 4B 0 29 1D 94 3C 2C
Octal 55 264 153 113 0 51 35 224 74 54
Binary 101101 10110100 1101011 1001011 0 101001 11101 10010100 111100 101100

Color Harmonies of #2DB46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB46B

Black with #2DB46B

Text Example


Text Example

White with #2DB46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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