Html Css Color HEX #2DBF70 Medium Sea Green

📋 copy color: '#2DBF70'

red 45 ◦ green 191 ◦ blue 112

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

Shades of Medium Sea Green #2DBF70

Tints of Medium Sea Green #2DBF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 12.93%
G = 54.89%
B = 32.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#2DBF70 (or 0x2DBF70) is known color: Medium Sea Green. HEX triplet: 2D, BF and 70. RGB value is (45,191,112). Sum of RGB (Red+Green+Blue) = 45+191+112=348 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.93% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF70 is #D2408F. Grayscale: #8A8A8A. Windows color (decimal): -13779088 or 7388973. OLE color: 7388973.

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

Color convert

RGB 45 191 112 -
CMYK 0.76 0 0.41 0.25
HSL 147.53º 0.62% 0.46% -
HSV(B) 147.53º 0.76% 0.75% -
XYZ 22.64 38.99 21.66 -
YUV 138.34 113.13 61.42 -
System Red Green Blue C M Y K H S L
Decimal 45 191 112 0.76 0 0.41 0.25 147.53 0.62 0.46
Hex 2D BF 70 4C 0 29 19 94 3E 2E
Octal 55 277 160 114 0 51 31 224 76 56
Binary 101101 10111111 1110000 1001100 0 101001 11001 10010100 111110 101110

Color Harmonies of #2DBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF70

Black with #2DBF70

Text Example


Text Example

White with #2DBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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