Html Css Color HEX #2FB969 Medium Sea Green

📋 copy color: '#2FB969'

red 47 ◦ green 185 ◦ blue 105

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

Shades of Medium Sea Green #2FB969

Tints of Medium Sea Green #2FB969

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.9%

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

R = 13.95%
G = 54.9%
B = 31.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#2FB969 (or 0x2FB969) is known color: Medium Sea Green. HEX triplet: 2F, B9 and 69. RGB value is (47,185,105). Sum of RGB (Red+Green+Blue) = 47+185+105=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB969 is #D04696. Grayscale: #868686. Windows color (decimal): -13649559 or 6928687. OLE color: 6928687.

HSL color Cylindrical-coordinate representation of color #2FB969: hue angle of 145.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB969 is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 185 105 -
CMYK 0.75 0 0.43 0.27
HSL 145.22º 0.59% 0.45% -
HSV(B) 145.22º 0.75% 0.73% -
XYZ 21.07 36.32 19.26 -
YUV 134.62 111.28 65.5 -
System Red Green Blue C M Y K H S L
Decimal 47 185 105 0.75 0 0.43 0.27 145.22 0.59 0.45
Hex 2F B9 69 4B 0 2B 1B 91 3B 2D
Octal 57 271 151 113 0 53 33 221 73 55
Binary 101111 10111001 1101001 1001011 0 101011 11011 10010001 111011 101101

Color Harmonies of #2FB969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB969

Black with #2FB969

Text Example


Text Example

White with #2FB969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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