#2FBA67

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

Shades of Medium Sea Green #2FBA67

Tints of Medium Sea Green #2FBA67

Color information

#2FBA67 (or 0x2FBA67) is unknown color: approx Medium Sea Green. HEX triplet: 2F, BA and 67. RGB value is (47,186,103). Sum of RGB (Red+Green+Blue) = 47+186+103=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBA67 is #D04598. Grayscale: #878787. Windows color (decimal): -13649305 or 6797871. OLE color: 6797871.

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

Color convert

RGB47186103-
CMYK0.7500.450.27
HSL144.17º59.66%45.69%-
HSV(B)144.17º74.73%72.94%-
XYZ21.1836.718.8-
YUV134.98109.9565.25-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.99%
GREEN value IS 186 (73.05% from 255) = 55.36%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=13.99%
G=55.36%
B=30.65%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471861030.7500.450.27144.1759.6645.69
Hex2FBA674B02D1B903c2e
Octal57272147113055332207456
Binary101111101110101100111100101101011011101110010000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,186,103); }

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

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

 a { background-color: rgb(47,186,103); }

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

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

 span { border-color: rgb(47,186,103); }

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