Html Css Color HEX #2FAF73 Medium Sea Green

📋 copy color: '#2FAF73'

red 47 ◦ green 175 ◦ blue 115

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

Shades of Medium Sea Green #2FAF73

Tints of Medium Sea Green #2FAF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.12%

R = 13.95%
G = 51.93%
B = 34.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#2FAF73 (or 0x2FAF73) is known color: Medium Sea Green. HEX triplet: 2F, AF and 73. RGB value is (47,175,115). Sum of RGB (Red+Green+Blue) = 47+175+115=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF73 is #D0508C. Grayscale: #828282. Windows color (decimal): -13652109 or 7581487. OLE color: 7581487.

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

Color convert

RGB 47 175 115 -
CMYK 0.73 0 0.34 0.31
HSL 151.88º 0.58% 0.44% -
HSV(B) 151.88º 0.73% 0.69% -
XYZ 19.6 32.5 21.46 -
YUV 129.89 119.59 68.88 -
System Red Green Blue C M Y K H S L
Decimal 47 175 115 0.73 0 0.34 0.31 151.88 0.58 0.44
Hex 2F AF 73 49 0 22 1F 98 3A 2C
Octal 57 257 163 111 0 42 37 230 72 54
Binary 101111 10101111 1110011 1001001 0 100010 11111 10011000 111010 101100

Color Harmonies of #2FAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF73

Black with #2FAF73

Text Example


Text Example

White with #2FAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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