Html Css Color HEX #2DBF74 Medium Sea Green

📋 copy color: '#2DBF74'

red 45 ◦ green 191 ◦ blue 116

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

Shades of Medium Sea Green #2DBF74

Tints of Medium Sea Green #2DBF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 12.78%
G = 54.26%
B = 32.95%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#2DBF74 (or 0x2DBF74) is known color: Medium Sea Green. HEX triplet: 2D, BF and 74. RGB value is (45,191,116). Sum of RGB (Red+Green+Blue) = 45+191+116=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #2DBF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBF74 is #D2408B. Grayscale: #8A8A8A. Windows color (decimal): -13779084 or 7651117. OLE color: 7651117.

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

Color convert

RGB 45 191 116 -
CMYK 0.76 0 0.39 0.25
HSL 149.18º 0.62% 0.46% -
HSV(B) 149.18º 0.76% 0.75% -
XYZ 22.87 39.08 22.86 -
YUV 138.8 115.13 61.1 -
System Red Green Blue C M Y K H S L
Decimal 45 191 116 0.76 0 0.39 0.25 149.18 0.62 0.46
Hex 2D BF 74 4C 0 27 19 95 3E 2E
Octal 55 277 164 114 0 47 31 225 76 56
Binary 101101 10111111 1110100 1001100 0 100111 11001 10010101 111110 101110

Color Harmonies of #2DBF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBF74

Black with #2DBF74

Text Example


Text Example

White with #2DBF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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