Html Css Color HEX #2FAC69 Medium Sea Green

📋 copy color: '#2FAC69'

red 47 ◦ green 172 ◦ blue 105

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

Shades of Medium Sea Green #2FAC69

Tints of Medium Sea Green #2FAC69

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.09%

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 14.51%
G = 53.09%
B = 32.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#2FAC69 (or 0x2FAC69) is known color: Medium Sea Green. HEX triplet: 2F, AC and 69. RGB value is (47,172,105). Sum of RGB (Red+Green+Blue) = 47+172+105=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAC69 is #D05396. Grayscale: #7F7F7F. Windows color (decimal): -13652887 or 6925359. OLE color: 6925359.

HSL color Cylindrical-coordinate representation of color #2FAC69: hue angle of 147.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FAC69 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 105 -
CMYK 0.73 0 0.39 0.33
HSL 147.84º 0.57% 0.43% -
HSV(B) 147.84º 0.73% 0.67% -
XYZ 18.47 31.13 18.4 -
YUV 126.99 115.59 70.95 -
System Red Green Blue C M Y K H S L
Decimal 47 172 105 0.73 0 0.39 0.33 147.84 0.57 0.43
Hex 2F AC 69 49 0 27 21 94 39 2B
Octal 57 254 151 111 0 47 41 224 71 53
Binary 101111 10101100 1101001 1001001 0 100111 100001 10010100 111001 101011

Color Harmonies of #2FAC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC69

Black with #2FAC69

Text Example


Text Example

White with #2FAC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,105); }

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

background-color css

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

 a { background-color: rgb(47,172,105); }

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

border-color css

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

 span { border-color: rgb(47,172,105); }

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