#2fb464

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

Shades of Medium Sea Green #2FB464

Tints of Medium Sea Green #2FB464

Color information

#2FB464 (or 0x2FB464) is unknown color: approx Medium Sea Green. HEX triplet: 2F, B4 and 64. RGB value is (47,180,100). Sum of RGB (Red+Green+Blue) = 47+180+100=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #2FB464 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FB464 is #D04B9B. Grayscale: #838383. Windows color (decimal): -13650844 or 6599727. OLE color: 6599727.

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

Color convert

RGB47180100-
CMYK0.7400.440.29
HSL143.91º58.59%44.51%-
HSV(B)143.91º73.89%70.59%-
XYZ19.7934.1717.61-
YUV131.11110.4468-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.37%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 100 (39.45% from 255) = 30.58%
R=14.37%
G=55.05%
B=30.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal471801000.7400.440.29143.9158.5944.51
Hex2FB4644A02C1D903b2d
Octal57264144112054352207355
Binary101111101101001100100100101001011001110110010000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fb464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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