Html Css Color HEX #2FBE6A Medium Sea Green

📋 copy color: '#2FBE6A'

red 47 ◦ green 190 ◦ blue 106

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

Shades of Medium Sea Green #2FBE6A

Tints of Medium Sea Green #2FBE6A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.39%

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 13.7%
G = 55.39%
B = 30.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#2FBE6A (or 0x2FBE6A) is known color: Medium Sea Green. HEX triplet: 2F, BE and 6A. RGB value is (47,190,106). Sum of RGB (Red+Green+Blue) = 47+190+106=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBE6A is #D04195. Grayscale: #898989. Windows color (decimal): -13648278 or 6995503. OLE color: 6995503.

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

Color convert

RGB 47 190 106 -
CMYK 0.75 0 0.44 0.25
HSL 144.76º 0.6% 0.46% -
HSV(B) 144.76º 0.75% 0.75% -
XYZ 22.19 38.47 19.89 -
YUV 137.67 110.12 63.33 -
System Red Green Blue C M Y K H S L
Decimal 47 190 106 0.75 0 0.44 0.25 144.76 0.6 0.46
Hex 2F BE 6A 4B 0 2C 19 91 3C 2E
Octal 57 276 152 113 0 54 31 221 74 56
Binary 101111 10111110 1101010 1001011 0 101100 11001 10010001 111100 101110

Color Harmonies of #2FBE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBE6A

Black with #2FBE6A

Text Example


Text Example

White with #2FBE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,190,106); }

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

background-color css

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

 a { background-color: rgb(47,190,106); }

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

border-color css

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

 span { border-color: rgb(47,190,106); }

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