#2FB476

Color #2FB476 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2FB476

Tints of Medium Sea Green #2FB476

Color information

#2FB476 (or 0x2FB476) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B4 and 76. RGB value is (47,180,118). Sum of RGB (Red+Green+Blue) = 47+180+118=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB476 is #D04B89. Grayscale: #858585. Windows color (decimal): -13650826 or 7779375. OLE color: 7779375.

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

Color convert

RGB47180118-
CMYK0.7400.340.29
HSL152.03º58.59%44.51%-
HSV(B)152.03º73.89%70.59%-
XYZ20.7634.5522.71-
YUV133.16119.4466.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.62%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=13.62%
G=52.17%
B=34.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471801180.7400.340.29152.0358.5944.51
Hex2FB4764A0221D983b2d
Octal57264166112042352307355
Binary101111101101001110110100101001000101110110011000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FB476;
 }
 .AnyTagClassName
 {
   color: #2FB476;
 }
</style>
background-color css

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

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

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

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

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

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