Html Css Color HEX #2FAC6C Medium Sea Green

📋 copy color: '#2FAC6C'

red 47 ◦ green 172 ◦ blue 108

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

Shades of Medium Sea Green #2FAC6C

Tints of Medium Sea Green #2FAC6C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.6%

 BLUE value IS 108 (42.58% from 255) = 33.03%

R = 14.37%
G = 52.6%
B = 33.03%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#2FAC6C (or 0x2FAC6C) is known color: Medium Sea Green. HEX triplet: 2F, AC and 6C. RGB value is (47,172,108). Sum of RGB (Red+Green+Blue) = 47+172+108=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC6C is #D05393. Grayscale: #7F7F7F. Windows color (decimal): -13652884 or 7121967. OLE color: 7121967.

HSL color Cylindrical-coordinate representation of color #2FAC6C: hue angle of 149.28º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC6C is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 108 -
CMYK 0.73 0 0.37 0.33
HSL 149.28º 0.57% 0.43% -
HSV(B) 149.28º 0.73% 0.67% -
XYZ 18.63 31.19 19.23 -
YUV 127.33 117.09 70.7 -
System Red Green Blue C M Y K H S L
Decimal 47 172 108 0.73 0 0.37 0.33 149.28 0.57 0.43
Hex 2F AC 6C 49 0 25 21 95 39 2B
Octal 57 254 154 111 0 45 41 225 71 53
Binary 101111 10101100 1101100 1001001 0 100101 100001 10010101 111001 101011

Color Harmonies of #2FAC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC6C

Black with #2FAC6C

Text Example


Text Example

White with #2FAC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,108); }

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

background-color css

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

 a { background-color: rgb(47,172,108); }

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

border-color css

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

 span { border-color: rgb(47,172,108); }

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