Html Css Color HEX #2DBF6B Medium Sea Green

📋 copy color: '#2DBF6B'

red 45 ◦ green 191 ◦ blue 107

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

Shades of Medium Sea Green #2DBF6B

Tints of Medium Sea Green #2DBF6B

RGB

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

 GREEN value IS 191 (75% from 255) = 55.69%

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

R = 13.12%
G = 55.69%
B = 31.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#2DBF6B (or 0x2DBF6B) is known color: Medium Sea Green. HEX triplet: 2D, BF and 6B. RGB value is (45,191,107). Sum of RGB (Red+Green+Blue) = 45+191+107=343 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.12% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF6B is #D24094. Grayscale: #898989. Windows color (decimal): -13779093 or 7061293. OLE color: 7061293.

HSL color Cylindrical-coordinate representation of color #2DBF6B: hue angle of 145.48º 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 #2DBF6B is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 191 107 -
CMYK 0.76 0 0.44 0.25
HSL 145.48º 0.62% 0.46% -
HSV(B) 145.48º 0.76% 0.75% -
XYZ 22.37 38.88 20.24 -
YUV 137.77 110.63 61.83 -
System Red Green Blue C M Y K H S L
Decimal 45 191 107 0.76 0 0.44 0.25 145.48 0.62 0.46
Hex 2D BF 6B 4C 0 2C 19 91 3E 2E
Octal 55 277 153 114 0 54 31 221 76 56
Binary 101101 10111111 1101011 1001100 0 101100 11001 10010001 111110 101110

Color Harmonies of #2DBF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF6B

Black with #2DBF6B

Text Example


Text Example

White with #2DBF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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