Html Css Color HEX #2FB05D Medium Sea Green

📋 copy color: '#2FB05D'

red 47 ◦ green 176 ◦ blue 93

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

Shades of Medium Sea Green #2FB05D

Tints of Medium Sea Green #2FB05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.7%

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 14.87%
G = 55.7%
B = 29.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#2FB05D (or 0x2FB05D) is known color: Medium Sea Green. HEX triplet: 2F, B0 and 5D. RGB value is (47,176,93). Sum of RGB (Red+Green+Blue) = 47+176+93=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB05D is #D04FA2. Grayscale: #808080. Windows color (decimal): -13651875 or 6139951. OLE color: 6139951.

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

Color convert

RGB 47 176 93 -
CMYK 0.73 0 0.47 0.31
HSL 141.4º 0.58% 0.44% -
HSV(B) 141.4º 0.73% 0.69% -
XYZ 18.67 32.45 15.63 -
YUV 127.97 108.26 70.25 -
System Red Green Blue C M Y K H S L
Decimal 47 176 93 0.73 0 0.47 0.31 141.4 0.58 0.44
Hex 2F B0 5D 49 0 2F 1F 8D 3A 2C
Octal 57 260 135 111 0 57 37 215 72 54
Binary 101111 10110000 1011101 1001001 0 101111 11111 10001101 111010 101100

Color Harmonies of #2FB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB05D

Black with #2FB05D

Text Example


Text Example

White with #2FB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,93); }

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

background-color css

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

 a { background-color: rgb(47,176,93); }

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

border-color css

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

 span { border-color: rgb(47,176,93); }

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