#2FBD5A

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

Shades of Medium Sea Green #2FBD5A

Tints of Medium Sea Green #2FBD5A

Color information

#2FBD5A (or 0x2FBD5A) is unknown color: approx Medium Sea Green. HEX triplet: 2F, BD and 5A. RGB value is (47,189,90). Sum of RGB (Red+Green+Blue) = 47+189+90=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBD5A is #D042A5. Grayscale: #878787. Windows color (decimal): -13648550 or 5946671. OLE color: 5946671.

HSL color Cylindrical-coordinate representation of color #2FBD5A: hue angle of 138.17º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBD5A is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB4718990-
CMYK0.7500.520.26
HSL138.17º60.17%46.27%-
HSV(B)138.17º75.13%74.12%-
XYZ21.2237.7415.84-
YUV135.26102.4665.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.42%
GREEN value IS 189 (74.22% from 255) = 57.98%
BLUE value IS 90 (35.55% from 255) = 27.61%
R=14.42%
G=57.98%
B=27.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal47189900.7500.520.26138.1760.1746.27
Hex2FBD5A4B0341A8a3c2e
Octal57275132113064322127456
Binary101111101111011011010100101101101001101010001010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBD5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,189,90); }

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

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

 a { background-color: rgb(47,189,90); }

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

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

 span { border-color: rgb(47,189,90); }

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