Html Css Color HEX #2FAF65 Medium Sea Green

📋 copy color: '#2FAF65'

red 47 ◦ green 175 ◦ blue 101

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

Shades of Medium Sea Green #2FAF65

Tints of Medium Sea Green #2FAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 14.55%
G = 54.18%
B = 31.27%

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

#2FAF65 (or 0x2FAF65) is known color: Medium Sea Green. HEX triplet: 2F, AF and 65. RGB value is (47,175,101). Sum of RGB (Red+Green+Blue) = 47+175+101=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF65 is #D0509A. Grayscale: #808080. Windows color (decimal): -13652123 or 6663983. OLE color: 6663983.

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

Color convert

RGB 47 175 101 -
CMYK 0.73 0 0.42 0.31
HSL 145.31º 0.58% 0.44% -
HSV(B) 145.31º 0.73% 0.69% -
XYZ 18.85 32.2 17.53 -
YUV 128.29 112.59 70.02 -
System Red Green Blue C M Y K H S L
Decimal 47 175 101 0.73 0 0.42 0.31 145.31 0.58 0.44
Hex 2F AF 65 49 0 2A 1F 91 3A 2C
Octal 57 257 145 111 0 52 37 221 72 54
Binary 101111 10101111 1100101 1001001 0 101010 11111 10010001 111010 101100

Color Harmonies of #2FAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF65

Black with #2FAF65

Text Example


Text Example

White with #2FAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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