Html Css Color HEX #2DBF79 Medium Sea Green

📋 copy color: '#2DBF79'

red 45 ◦ green 191 ◦ blue 121

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

Shades of Medium Sea Green #2DBF79

Tints of Medium Sea Green #2DBF79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.89%

R = 12.61%
G = 53.5%
B = 33.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#2DBF79 (or 0x2DBF79) is known color: Medium Sea Green. HEX triplet: 2D, BF and 79. RGB value is (45,191,121). Sum of RGB (Red+Green+Blue) = 45+191+121=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF79 is #D24086. Grayscale: #8B8B8B. Windows color (decimal): -13779079 or 7978797. OLE color: 7978797.

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

Color convert

RGB 45 191 121 -
CMYK 0.76 0 0.37 0.25
HSL 151.23º 0.62% 0.46% -
HSV(B) 151.23º 0.76% 0.75% -
XYZ 23.16 39.2 24.43 -
YUV 139.37 117.63 60.69 -
System Red Green Blue C M Y K H S L
Decimal 45 191 121 0.76 0 0.37 0.25 151.23 0.62 0.46
Hex 2D BF 79 4C 0 25 19 97 3E 2E
Octal 55 277 171 114 0 45 31 227 76 56
Binary 101101 10111111 1111001 1001100 0 100101 11001 10010111 111110 101110

Color Harmonies of #2DBF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF79

Black with #2DBF79

Text Example


Text Example

White with #2DBF79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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