Html Css Color HEX #2FAF6D Medium Sea Green

📋 copy color: '#2FAF6D'

red 47 ◦ green 175 ◦ blue 109

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

Shades of Medium Sea Green #2FAF6D

Tints of Medium Sea Green #2FAF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.87%

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 14.2%
G = 52.87%
B = 32.93%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#2FAF6D (or 0x2FAF6D) is known color: Medium Sea Green. HEX triplet: 2F, AF and 6D. RGB value is (47,175,109). Sum of RGB (Red+Green+Blue) = 47+175+109=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF6D is #D05092. Grayscale: #818181. Windows color (decimal): -13652115 or 7188271. OLE color: 7188271.

HSL color Cylindrical-coordinate representation of color #2FAF6D: hue angle of 149.06º 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 #2FAF6D is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 175 109 -
CMYK 0.73 0 0.38 0.31
HSL 149.06º 0.58% 0.44% -
HSV(B) 149.06º 0.73% 0.69% -
XYZ 19.26 32.37 19.7 -
YUV 129.2 116.59 69.37 -
System Red Green Blue C M Y K H S L
Decimal 47 175 109 0.73 0 0.38 0.31 149.06 0.58 0.44
Hex 2F AF 6D 49 0 26 1F 95 3A 2C
Octal 57 257 155 111 0 46 37 225 72 54
Binary 101111 10101111 1101101 1001001 0 100110 11111 10010101 111010 101100

Color Harmonies of #2FAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF6D

Black with #2FAF6D

Text Example


Text Example

White with #2FAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,109); }

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

background-color css

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

 a { background-color: rgb(47,175,109); }

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

border-color css

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

 span { border-color: rgb(47,175,109); }

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