Html Css Color HEX #2FBA60 Medium Sea Green

📋 copy color: '#2FBA60'

red 47 ◦ green 186 ◦ blue 96

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

Shades of Medium Sea Green #2FBA60

Tints of Medium Sea Green #2FBA60

RGB

 RED value IS 47 (18.75% from 255) = 14.29%

 GREEN value IS 186 (73.05% from 255) = 56.53%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 14.29%
G = 56.53%
B = 29.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#2FBA60 (or 0x2FBA60) is known color: Medium Sea Green. HEX triplet: 2F, BA and 60. RGB value is (47,186,96). Sum of RGB (Red+Green+Blue) = 47+186+96=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA60 is #D0459F. Grayscale: #868686. Windows color (decimal): -13649312 or 6339119. OLE color: 6339119.

HSL color Cylindrical-coordinate representation of color #2FBA60: hue angle of 141.15º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA60 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 186 96 -
CMYK 0.75 0 0.48 0.27
HSL 141.15º 0.6% 0.46% -
HSV(B) 141.15º 0.75% 0.73% -
XYZ 20.84 36.57 17.03 -
YUV 134.18 106.45 65.82 -
System Red Green Blue C M Y K H S L
Decimal 47 186 96 0.75 0 0.48 0.27 141.15 0.6 0.46
Hex 2F BA 60 4B 0 30 1B 8D 3C 2E
Octal 57 272 140 113 0 60 33 215 74 56
Binary 101111 10111010 1100000 1001011 0 110000 11011 10001101 111100 101110

Color Harmonies of #2FBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBA60

Black with #2FBA60

Text Example


Text Example

White with #2FBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,186,96); }

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

background-color css

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

 a { background-color: rgb(47,186,96); }

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

border-color css

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

 span { border-color: rgb(47,186,96); }

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