Html Css Color HEX #2FB271 Medium Sea Green

📋 copy color: '#2FB271'

red 47 ◦ green 178 ◦ blue 113

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

Shades of Medium Sea Green #2FB271

Tints of Medium Sea Green #2FB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.66%

 BLUE value IS 113 (44.53% from 255) = 33.43%

R = 13.91%
G = 52.66%
B = 33.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#2FB271 (or 0x2FB271) is known color: Medium Sea Green. HEX triplet: 2F, B2 and 71. RGB value is (47,178,113). Sum of RGB (Red+Green+Blue) = 47+178+113=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB271 is #D04D8E. Grayscale: #838383. Windows color (decimal): -13651343 or 7451183. OLE color: 7451183.

HSL color Cylindrical-coordinate representation of color #2FB271: hue angle of 150.23º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB271 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 178 113 -
CMYK 0.74 0 0.37 0.30
HSL 150.23º 0.58% 0.44% -
HSV(B) 150.23º 0.74% 0.7% -
XYZ 20.07 33.64 21.06 -
YUV 131.42 117.6 67.79 -
System Red Green Blue C M Y K H S L
Decimal 47 178 113 0.74 0 0.37 0.30 150.23 0.58 0.44
Hex 2F B2 71 4A 0 25 1E 96 3A 2C
Octal 57 262 161 112 0 45 36 226 72 54
Binary 101111 10110010 1110001 1001010 0 100101 11110 10010110 111010 101100

Color Harmonies of #2FB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB271

Black with #2FB271

Text Example


Text Example

White with #2FB271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,178,113); }

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

background-color css

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

 a { background-color: rgb(47,178,113); }

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

border-color css

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

 span { border-color: rgb(47,178,113); }

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