Html Css Color HEX #2FB872 Medium Sea Green

📋 copy color: '#2FB872'

red 47 ◦ green 184 ◦ blue 114

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

Shades of Medium Sea Green #2FB872

Tints of Medium Sea Green #2FB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.33%

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 13.62%
G = 53.33%
B = 33.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#2FB872 (or 0x2FB872) is known color: Medium Sea Green. HEX triplet: 2F, B8 and 72. RGB value is (47,184,114). Sum of RGB (Red+Green+Blue) = 47+184+114=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 184 (72.27% from 255 or 53.33% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB872 is #D0478D. Grayscale: #878787. Windows color (decimal): -13649806 or 7518255. OLE color: 7518255.

HSL color Cylindrical-coordinate representation of color #2FB872: hue angle of 149.34º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB872 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 47 184 114 -
CMYK 0.74 0 0.38 0.28
HSL 149.34º 0.59% 0.45% -
HSV(B) 149.34º 0.74% 0.72% -
XYZ 21.35 36.1 21.76 -
YUV 135.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 47 184 114 0.74 0 0.38 0.28 149.34 0.59 0.45
Hex 2F B8 72 4A 0 26 1C 95 3B 2D
Octal 57 270 162 112 0 46 34 225 73 55
Binary 101111 10111000 1110010 1001010 0 100110 11100 10010101 111011 101101

Color Harmonies of #2FB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB872

Black with #2FB872

Text Example


Text Example

White with #2FB872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,184,114); }

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

background-color css

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

 a { background-color: rgb(47,184,114); }

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

border-color css

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

 span { border-color: rgb(47,184,114); }

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