Html Css Color HEX #2FB06F Medium Sea Green

📋 copy color: '#2FB06F'

red 47 ◦ green 176 ◦ blue 111

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

Shades of Medium Sea Green #2FB06F

Tints of Medium Sea Green #2FB06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.69%

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 14.07%
G = 52.69%
B = 33.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#2FB06F (or 0x2FB06F) is known color: Medium Sea Green. HEX triplet: 2F, B0 and 6F. RGB value is (47,176,111). Sum of RGB (Red+Green+Blue) = 47+176+111=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB06F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB06F is #D04F90. Grayscale: #828282. Windows color (decimal): -13651857 or 7319599. OLE color: 7319599.

HSL color Cylindrical-coordinate representation of color #2FB06F: hue angle of 149.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB06F is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 176 111 -
CMYK 0.73 0 0.37 0.31
HSL 149.77º 0.58% 0.44% -
HSV(B) 149.77º 0.73% 0.69% -
XYZ 19.57 32.8 20.34 -
YUV 130.02 117.26 68.79 -
System Red Green Blue C M Y K H S L
Decimal 47 176 111 0.73 0 0.37 0.31 149.77 0.58 0.44
Hex 2F B0 6F 49 0 25 1F 96 3A 2C
Octal 57 260 157 111 0 45 37 226 72 54
Binary 101111 10110000 1101111 1001001 0 100101 11111 10010110 111010 101100

Color Harmonies of #2FB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB06F

Black with #2FB06F

Text Example


Text Example

White with #2FB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,111); }

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

background-color css

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

 a { background-color: rgb(47,176,111); }

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

border-color css

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

 span { border-color: rgb(47,176,111); }

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