Html Css Color HEX #2FAF66 Medium Sea Green

📋 copy color: '#2FAF66'

red 47 ◦ green 175 ◦ blue 102

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

Shades of Medium Sea Green #2FAF66

Tints of Medium Sea Green #2FAF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 14.51%
G = 54.01%
B = 31.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#2FAF66 (or 0x2FAF66) is known color: Medium Sea Green. HEX triplet: 2F, AF and 66. RGB value is (47,175,102). Sum of RGB (Red+Green+Blue) = 47+175+102=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF66 is #D05099. Grayscale: #808080. Windows color (decimal): -13652122 or 6729519. OLE color: 6729519.

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

Color convert

RGB 47 175 102 -
CMYK 0.73 0 0.42 0.31
HSL 145.78º 0.58% 0.44% -
HSV(B) 145.78º 0.73% 0.69% -
XYZ 18.9 32.22 17.79 -
YUV 128.41 113.09 69.94 -
System Red Green Blue C M Y K H S L
Decimal 47 175 102 0.73 0 0.42 0.31 145.78 0.58 0.44
Hex 2F AF 66 49 0 2A 1F 92 3A 2C
Octal 57 257 146 111 0 52 37 222 72 54
Binary 101111 10101111 1100110 1001001 0 101010 11111 10010010 111010 101100

Color Harmonies of #2FAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF66

Black with #2FAF66

Text Example


Text Example

White with #2FAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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