Html Css Color HEX #2FB276 Medium Sea Green

📋 copy color: '#2FB276'

red 47 ◦ green 178 ◦ blue 118

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

Shades of Medium Sea Green #2FB276

Tints of Medium Sea Green #2FB276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 13.7%
G = 51.9%
B = 34.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#2FB276 (or 0x2FB276) is known color: Medium Sea Green. HEX triplet: 2F, B2 and 76. RGB value is (47,178,118). Sum of RGB (Red+Green+Blue) = 47+178+118=343 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.70% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB276 is #D04D89. Grayscale: #848484. Windows color (decimal): -13651338 or 7778863. OLE color: 7778863.

HSL color Cylindrical-coordinate representation of color #2FB276: hue angle of 152.52º 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 #2FB276 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 178 118 -
CMYK 0.74 0 0.34 0.30
HSL 152.52º 0.58% 0.44% -
HSV(B) 152.52º 0.74% 0.7% -
XYZ 20.36 33.75 22.58 -
YUV 131.99 120.1 67.38 -
System Red Green Blue C M Y K H S L
Decimal 47 178 118 0.74 0 0.34 0.30 152.52 0.58 0.44
Hex 2F B2 76 4A 0 22 1E 99 3A 2C
Octal 57 262 166 112 0 42 36 231 72 54
Binary 101111 10110010 1110110 1001010 0 100010 11110 10011001 111010 101100

Color Harmonies of #2FB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB276

Black with #2FB276

Text Example


Text Example

White with #2FB276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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