Html Css Color HEX #2FAF64 Medium Sea Green

📋 copy color: '#2FAF64'

red 47 ◦ green 175 ◦ blue 100

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

Shades of Medium Sea Green #2FAF64

Tints of Medium Sea Green #2FAF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 14.6%
G = 54.35%
B = 31.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#2FAF64 (or 0x2FAF64) is known color: Medium Sea Green. HEX triplet: 2F, AF and 64. RGB value is (47,175,100). Sum of RGB (Red+Green+Blue) = 47+175+100=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAF64 is #D0509B. Grayscale: #808080. Windows color (decimal): -13652124 or 6598447. OLE color: 6598447.

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

Color convert

RGB 47 175 100 -
CMYK 0.73 0 0.43 0.31
HSL 144.84º 0.58% 0.44% -
HSV(B) 144.84º 0.73% 0.69% -
XYZ 18.8 32.18 17.28 -
YUV 128.18 112.09 70.1 -
System Red Green Blue C M Y K H S L
Decimal 47 175 100 0.73 0 0.43 0.31 144.84 0.58 0.44
Hex 2F AF 64 49 0 2B 1F 91 3A 2C
Octal 57 257 144 111 0 53 37 221 72 54
Binary 101111 10101111 1100100 1001001 0 101011 11111 10010001 111010 101100

Color Harmonies of #2FAF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF64

Black with #2FAF64

Text Example


Text Example

White with #2FAF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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