#2FB070

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

Shades of Medium Sea Green #2FB070

Tints of Medium Sea Green #2FB070

Color information

#2FB070 (or 0x2FB070) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B0 and 70. RGB value is (47,176,112). Sum of RGB (Red+Green+Blue) = 47+176+112=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB070 is #D04F8F. Grayscale: #828282. Windows color (decimal): -13651856 or 7385135. OLE color: 7385135.

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

Color convert

RGB47176112-
CMYK0.7300.360.31
HSL150.23º57.85%43.73%-
HSV(B)150.23º73.3%69.02%-
XYZ19.6232.8220.63-
YUV130.13117.7668.7-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.03%
GREEN value IS 176 (69.14% from 255) = 52.54%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=14.03%
G=52.54%
B=33.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471761120.7300.360.31150.2357.8543.73
Hex2FB070490241F963a2c
Octal57260160111044372267254
Binary101111101100001110000100100101001001111110010110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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